ngz pushed a commit to branch master
in repository guix.

commit 3759df574d6c0fa48e144c511dc0e10d8fd166a6
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sun Feb 28 11:03:56 2021 +0100

    gnu: f-seq: Use HTTPS home page URI.
    
    * gnu/packages/bioinformatics.scm (f-seq)[home-page]: Use HTTPS URI.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 1c42e50..42476a4 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -11423,7 +11423,7 @@ browser.")
       (inputs
        `(("perl" ,perl)
          ("java-commons-cli" ,java-commons-cli)))
-      (home-page "http://fureylab.web.unc.edu/software/fseq/";)
+      (home-page "https://fureylab.web.unc.edu/software/fseq/";)
       (synopsis "Feature density estimator for high-throughput sequence tags")
       (description
        "F-Seq is a software package that generates a continuous tag sequence

Reply via email to