mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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)))
|
||||
(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…
Add table
Add a link
Reference in a new issue