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 @@ package provides command line tools using the Bio++ library.")
|
||||||
("python" ,python-wrapper)))
|
("python" ,python-wrapper)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("cpio" ,cpio)))
|
`(("cpio" ,cpio)))
|
||||||
(home-page "http://blast.ncbi.nlm.nih.gov")
|
(home-page "https://blast.ncbi.nlm.nih.gov")
|
||||||
(synopsis "Basic local alignment search tool")
|
(synopsis "Basic local alignment search tool")
|
||||||
(description
|
(description
|
||||||
"BLAST is a popular method of performing a DNA or protein sequence
|
"BLAST is a popular method of performing a DNA or protein sequence
|
||||||
|
|
Reference in a new issue