diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:47:45 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:49:19 +0200 |
commit | eaaface92ee81f30a6ac66fe7acbcc42c00dc450 (patch) | |
tree | 6a380aa33005e1997c9dbe6f1c00520274543303 /sci-biology/beast-mcmc | |
parent | sci-libs/ViSP: Disable Coin3D to avoid automagic. Bug #558498. (diff) | |
download | gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.gz gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.tar.bz2 gentoo-eaaface92ee81f30a6ac66fe7acbcc42c00dc450.zip |
Use https by default
Convert all URLs for sites supporting encrypted connections from http to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-biology/beast-mcmc')
-rw-r--r-- | sci-biology/beast-mcmc/beast-mcmc-1.7.5.ebuild | 2 | ||||
-rw-r--r-- | sci-biology/beast-mcmc/metadata.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sci-biology/beast-mcmc/beast-mcmc-1.7.5.ebuild b/sci-biology/beast-mcmc/beast-mcmc-1.7.5.ebuild index 35993562814c..87f177cd7dee 100644 --- a/sci-biology/beast-mcmc/beast-mcmc-1.7.5.ebuild +++ b/sci-biology/beast-mcmc/beast-mcmc-1.7.5.ebuild @@ -20,7 +20,7 @@ MY_P=BEASTv${PV} DESCRIPTION="Bayesian MCMC of Evolution & Phylogenetics using Molecular Sequences" HOMEPAGE="http://code.google.com/p/beast-mcmc/" #SRC_URI="" -SRC_URI="http://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" +SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" LICENSE="LGPL-3" SLOT="0" diff --git a/sci-biology/beast-mcmc/metadata.xml b/sci-biology/beast-mcmc/metadata.xml index f17a827e3101..fdb6c59d50a3 100644 --- a/sci-biology/beast-mcmc/metadata.xml +++ b/sci-biology/beast-mcmc/metadata.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>sci-biology</herd> </pkgmetadata> |