guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/02: gnu: seqan: Use HTTPS home page URI.


From: guix-commits
Subject: 01/02: gnu: seqan: Use HTTPS home page URI.
Date: Sat, 6 Mar 2021 10:06:43 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit e0625728125a21b410368eaae68c6fdf2710e11c
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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

[Prev in Thread] Current Thread [Next in Thread]