guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: mafft: Use HTTPS home page URI.


From: guix-commits
Subject: branch master updated: gnu: mafft: Use HTTPS home page URI.
Date: Tue, 22 Sep 2020 05:13:39 -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 d27ec8d  gnu: mafft: Use HTTPS home page URI.
d27ec8d is described below

commit d27ec8db70ac2fb41789140a7955d4fa26c61666
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Tue Sep 22 11:12:52 2020 +0200

    gnu: mafft: Use HTTPS home page URI.
    
    * gnu/packages/bioinformatics.scm (mafft)[home-page, license]: Use HTTPS 
URI.
---
 gnu/packages/bioinformatics.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm
index 71369af..4376897 100644
--- a/gnu/packages/bioinformatics.scm
+++ b/gnu/packages/bioinformatics.scm
@@ -4568,7 +4568,7 @@ sequencing tag position and orientation.")
        ("gawk" ,gawk)
        ("grep" ,grep)
        ("coreutils" ,coreutils)))
-    (home-page "http://mafft.cbrc.jp/alignment/software/";)
+    (home-page "https://mafft.cbrc.jp/alignment/software/";)
     (synopsis "Multiple sequence alignment program")
     (description
      "MAFFT offers a range of multiple alignment methods for nucleotide and
@@ -4576,7 +4576,7 @@ protein sequences.  For instance, it offers L-INS-i 
(accurate; for alignment
 of <~200 sequences) and FFT-NS-2 (fast; for alignment of <~30,000
 sequences).")
     (license (license:non-copyleft
-              "http://mafft.cbrc.jp/alignment/software/license.txt";
+              "https://mafft.cbrc.jp/alignment/software/license.txt";
               "BSD-3 with different formatting"))))
 
 (define-public mash



reply via email to

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