From e0625728125a21b410368eaae68c6fdf2710e11c Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 6 Mar 2021 16:01:24 +0100 Subject: 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(-) (limited to 'gnu') 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 -- cgit v1.2.3