diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-03-06 16:01:24 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-03-06 16:01:24 +0100 |
commit | e0625728125a21b410368eaae68c6fdf2710e11c (patch) | |
tree | 4c572bb38d5bb91e417a099dbbf8916e0caf0160 | |
parent | 0e36ea23374d432f7b74607ae39f717b1f4b2aa9 (diff) |
gnu: seqan: Use HTTPS home page URI.
* gnu/packages/bioinformatics.scm (seqan)[home-page]: Use HTTPS URI.
-rw-r--r-- | gnu/packages/bioinformatics.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index 6d21e14360..9fc5cf8ecc 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 |