gnu: seqan: Use HTTPS home page URI.
* gnu/packages/bioinformatics.scm (seqan)[home-page]: Use HTTPS URI.master
parent
0e36ea2337
commit
e062572812
|
@ -6608,7 +6608,7 @@ writing files into the .sra format.")
|
||||||
`(("source" ,source)
|
`(("source" ,source)
|
||||||
("tar" ,tar)
|
("tar" ,tar)
|
||||||
("xz" ,xz)))
|
("xz" ,xz)))
|
||||||
(home-page "http://www.seqan.de")
|
(home-page "https://www.seqan.de")
|
||||||
(synopsis "Library for nucleotide sequence analysis")
|
(synopsis "Library for nucleotide sequence analysis")
|
||||||
(description
|
(description
|
||||||
"SeqAn is a C++ library of efficient algorithms and data structures for
|
"SeqAn is a C++ library of efficient algorithms and data structures for
|
||||||
|
|
Reference in New Issue