This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 98d6edb  gnu: blast+: Use HTTPS home page URI.
98d6edb is described below

commit 98d6edb621ac69b8a5108b4452a2daa078ed0fcc
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed May 27 01:48:37 2020 +0200

    gnu: blast+: Use HTTPS home page URI.
    
    * gnu/packages/bioinformatics.scm (blast+)[home-page]: Use HTTPS URI.
---
 gnu/packages/bioinformatics.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 8def77c..cfa0263 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -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

Reply via email to