gnu: f-seq: Use HTTPS home page URI.
* gnu/packages/bioinformatics.scm (f-seq)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
bebfe06776
commit
3759df574d
1 changed files with 1 additions and 1 deletions
|
@ -11423,7 +11423,7 @@ browser.")
|
|||
(inputs
|
||||
`(("perl" ,perl)
|
||||
("java-commons-cli" ,java-commons-cli)))
|
||||
(home-page "http://fureylab.web.unc.edu/software/fseq/")
|
||||
(home-page "https://fureylab.web.unc.edu/software/fseq/")
|
||||
(synopsis "Feature density estimator for high-throughput sequence tags")
|
||||
(description
|
||||
"F-Seq is a software package that generates a continuous tag sequence
|
||||
|
|
Reference in a new issue