mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-28 23:32:24 -05:00
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.
This commit is contained in:
parent
2ae03bf631
commit
c980589260
1 changed files with 5 additions and 5 deletions
|
@ -12566,7 +12566,7 @@ (define-public java-biojava-core
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)
|
`(("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
("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")
|
(synopsis "Core libraries of Java framework for processing biological data")
|
||||||
(description "BioJava is a project dedicated to providing a Java framework
|
(description "BioJava is a project dedicated to providing a Java framework
|
||||||
for processing biological data. It provides analytical and statistical
|
for processing biological data. It provides analytical and statistical
|
||||||
|
@ -12609,7 +12609,7 @@ (define-public java-biojava-phylo
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)
|
`(("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
("java-hamcrest-core" ,java-hamcrest-core)))
|
||||||
(home-page "http://biojava.org")
|
(home-page "https://biojava.org")
|
||||||
(synopsis "Biojava interface to the forester phylogenomics library")
|
(synopsis "Biojava interface to the forester phylogenomics library")
|
||||||
(description "The phylo module provides a biojava interface layer to the
|
(description "The phylo module provides a biojava interface layer to the
|
||||||
forester phylogenomics library for constructing phylogenetic trees.")))
|
forester phylogenomics library for constructing phylogenetic trees.")))
|
||||||
|
@ -12646,7 +12646,7 @@ (define-public java-biojava-alignment
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)
|
`(("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
("java-hamcrest-core" ,java-hamcrest-core)))
|
||||||
(home-page "http://biojava.org")
|
(home-page "https://biojava.org")
|
||||||
(synopsis "Biojava API for genetic sequence alignment")
|
(synopsis "Biojava API for genetic sequence alignment")
|
||||||
(description "The alignment module of BioJava provides an API that
|
(description "The alignment module of BioJava provides an API that
|
||||||
contains
|
contains
|
||||||
|
@ -12703,7 +12703,7 @@ (define-public java-biojava-phylo-4.0
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)
|
`(("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
("java-hamcrest-core" ,java-hamcrest-core)))
|
||||||
(home-page "http://biojava.org")
|
(home-page "https://biojava.org")
|
||||||
(synopsis "Biojava interface to the forester phylogenomics library")
|
(synopsis "Biojava interface to the forester phylogenomics library")
|
||||||
(description "The phylo module provides a biojava interface layer to the
|
(description "The phylo module provides a biojava interface layer to the
|
||||||
forester phylogenomics library for constructing phylogenetic trees.")))
|
forester phylogenomics library for constructing phylogenetic trees.")))
|
||||||
|
@ -12740,7 +12740,7 @@ (define-public java-biojava-alignment-4.0
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("java-junit" ,java-junit)
|
`(("java-junit" ,java-junit)
|
||||||
("java-hamcrest-core" ,java-hamcrest-core)))
|
("java-hamcrest-core" ,java-hamcrest-core)))
|
||||||
(home-page "http://biojava.org")
|
(home-page "https://biojava.org")
|
||||||
(synopsis "Biojava API for genetic sequence alignment")
|
(synopsis "Biojava API for genetic sequence alignment")
|
||||||
(description "The alignment module of BioJava provides an API that
|
(description "The alignment module of BioJava provides an API that
|
||||||
contains
|
contains
|
||||||
|
|
Loading…
Reference in a new issue