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 f41f882  gnu: bbmap: Use HTTPS home page URI.
f41f882 is described below

commit f41f8822721571625f3fa315681dc2717d3d4a5c
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Wed May 27 01:45:21 2020 +0200

    gnu: bbmap: Use HTTPS home page URI.
    
    * gnu/packages/bioinformatics.scm (bbmap)[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 a738aa5..8def77c 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -14684,7 +14684,7 @@ is a Cython wrapper for FIt-SNE.")
        ("java-eclipse-jdt-core" ,java-eclipse-jdt-core)
        ("java-eclipse-jdt-compiler-apt" ,java-eclipse-jdt-compiler-apt)
        ("java-openmpi" ,java-openmpi)))
-    (home-page "http://sourceforge.net/projects/bbmap/";)
+    (home-page "https://sourceforge.net/projects/bbmap/";)
     (synopsis "Aligner and other tools for short sequencing reads")
     (description
      "This package provides bioinformatic tools to align, deduplicate,

Reply via email to