diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-16 18:52:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-07-16 20:12:06 +0200 |
commit | c980589260bfed62cdc00ebe59799edc85d5af5c (patch) | |
tree | 56eed936be003842317d60317b373f092dd2081d /gnu/packages | |
parent | 2ae03bf6319bc2f8b9c6b8c247f4b620e809d9b1 (diff) | |
download | guix-c980589260bfed62cdc00ebe59799edc85d5af5c.tar guix-c980589260bfed62cdc00ebe59799edc85d5af5c.tar.gz |
gnu: Use HTTPS for biojava.org home pages.
* gnu/packages/bioinformatics.scm (java-biojava-core)
(java-biojava-phylo, java-biojava-alignment, java-biojava-phylo-4.0)
(java-biojava-alignment-4.0)[home-page]: Use HTTPS.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bioinformatics.scm | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/gnu/packages/bioinformatics.scm b/gnu/packages/bioinformatics.scm index b09b93cdc3..4255df07d3 100644 --- a/gnu/packages/bioinformatics.scm +++ b/gnu/packages/bioinformatics.scm @@ -12566,7 +12566,7 @@ reading, writing, and exporting phylogenetic trees.") (native-inputs `(("java-junit" ,java-junit) ("java-hamcrest-core" ,java-hamcrest-core))) - (home-page "http://biojava.org") + (home-page "https://biojava.org") (synopsis "Core libraries of Java framework for processing biological data") (description "BioJava is a project dedicated to providing a Java framework for processing biological data. It provides analytical and statistical @@ -12609,7 +12609,7 @@ This package provides the core libraries.") (native-inputs `(("java-junit" ,java-junit) ("java-hamcrest-core" ,java-hamcrest-core))) - (home-page "http://biojava.org") + (home-page "https://biojava.org") (synopsis "Biojava interface to the forester phylogenomics library") (description "The phylo module provides a biojava interface layer to the forester phylogenomics library for constructing phylogenetic trees."))) @@ -12646,7 +12646,7 @@ forester phylogenomics library for constructing phylogenetic trees."))) (native-inputs `(("java-junit" ,java-junit) ("java-hamcrest-core" ,java-hamcrest-core))) - (home-page "http://biojava.org") + (home-page "https://biojava.org") (synopsis "Biojava API for genetic sequence alignment") (description "The alignment module of BioJava provides an API that contains @@ -12703,7 +12703,7 @@ contains (native-inputs `(("java-junit" ,java-junit) ("java-hamcrest-core" ,java-hamcrest-core))) - (home-page "http://biojava.org") + (home-page "https://biojava.org") (synopsis "Biojava interface to the forester phylogenomics library") (description "The phylo module provides a biojava interface layer to the forester phylogenomics library for constructing phylogenetic trees."))) @@ -12740,7 +12740,7 @@ forester phylogenomics library for constructing phylogenetic trees."))) (native-inputs `(("java-junit" ,java-junit) ("java-hamcrest-core" ,java-hamcrest-core))) - (home-page "http://biojava.org") + (home-page "https://biojava.org") (synopsis "Biojava API for genetic sequence alignment") (description "The alignment module of BioJava provides an API that contains |