mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: seqan: Use HTTPS home page URI.
* gnu/packages/bioinformatics.scm (seqan)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
0e36ea2337
commit
e062572812
1 changed files with 1 additions and 1 deletions
|
@ -6608,7 +6608,7 @@ (define-public seqan
|
|||
`(("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
|
||||
|
|
Loading…
Reference in a new issue