summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2015-08-24 12:36:23 +0200
committerJustin Lecher <jlec@gentoo.org>2015-08-24 12:36:23 +0200
commit71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch)
treee4cbe29b6d056c3b011285fc8142356298f8347f /sci-mathematics/pymc/pymc-2.2.ebuild
parentAdd missing remote-id (diff)
downloadgentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz
gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.bz2
gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.zip
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'sci-mathematics/pymc/pymc-2.2.ebuild')
-rw-r--r--sci-mathematics/pymc/pymc-2.2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-mathematics/pymc/pymc-2.2.ebuild b/sci-mathematics/pymc/pymc-2.2.ebuild
index 9f72cae1f210..dc9555ec3dea 100644
--- a/sci-mathematics/pymc/pymc-2.2.ebuild
+++ b/sci-mathematics/pymc/pymc-2.2.ebuild
@@ -7,8 +7,8 @@ EAPI=4
inherit distutils vcs-snapshot
DESCRIPTION="Markov Chain Monte Carlo sampling toolkit"
-HOMEPAGE="http://github.com/${PN}-devs/${PN} http://pypi.python.org/pypi/${PN}"
-SRC_URI="http://github.com/${PN}-devs/${PN}/tarball/v${PV} -> ${P}.tar.gz"
+HOMEPAGE="https://github.com/${PN}-devs/${PN} https://pypi.python.org/pypi/${PN}"
+SRC_URI="https://github.com/${PN}-devs/${PN}/tarball/v${PV} -> ${P}.tar.gz"
SLOT=0
KEYWORDS="~amd64-linux ~x86-linux"