ngz pushed a commit to branch master
in repository guix.

commit e0625728125a21b410368eaae68c6fdf2710e11c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat Mar 6 16:01:24 2021 +0100

    gnu: seqan: Use HTTPS home page URI.
    
    * gnu/packages/bioinformatics.scm (seqan)[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 6d21e14..9fc5cf8 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -6608,7 +6608,7 @@ writing files into the .sra format.")
      `(("source" ,source)
        ("tar" ,tar)
        ("xz" ,xz)))
-    (home-page "http://www.seqan.de";)
+    (home-page "https://www.seqan.de";)
     (synopsis "Library for nucleotide sequence analysis")
     (description
      "SeqAn is a C++ library of efficient algorithms and data structures for

Reply via email to