guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: blast+: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: blast+: Use HTTPS home page URI.
Date: Tue, 26 May 2020 19:48:46 -0400

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

[Prev in Thread] Current Thread [Next in Thread]