gnu: blast+: Use HTTPS home page URI.
* gnu/packages/bioinformatics.scm (blast+)[home-page]: Use HTTPS URI.
This commit is contained in:
parent
2798d5b584
commit
98d6edb621
1 changed files with 1 additions and 1 deletions
|
@ -1401,7 +1401,7 @@ (define (which* cmd)
|
|||
("python" ,python-wrapper)))
|
||||
(native-inputs
|
||||
`(("cpio" ,cpio)))
|
||||
(home-page "http://blast.ncbi.nlm.nih.gov")
|
||||
(home-page "https://blast.ncbi.nlm.nih.gov")
|
||||
(synopsis "Basic local alignment search tool")
|
||||
(description
|
||||
"BLAST is a popular method of performing a DNA or protein sequence
|
||||
|
|
Loading…
Reference in a new issue