Archived
1
0
Fork 0

gnu: blast+: Use HTTPS home page URI.

* gnu/packages/bioinformatics.scm (blast+)[home-page]: Use HTTPS URI.
This commit is contained in:
Nicolas Goaziou 2020-05-27 01:48:37 +02:00
parent 2798d5b584
commit 98d6edb621
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -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