diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:36:23 +0200 |
commit | 71dc24457e7c41a2f9ee8baee773124df6f86a00 (patch) | |
tree | e4cbe29b6d056c3b011285fc8142356298f8347f /dev-ml/camomile | |
parent | Add missing remote-id (diff) | |
download | gentoo-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 'dev-ml/camomile')
-rw-r--r-- | dev-ml/camomile/camomile-0.8.4.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/camomile/camomile-0.8.5.ebuild | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/camomile/camomile-0.8.4.ebuild b/dev-ml/camomile/camomile-0.8.4.ebuild index 6ca2a14610a7..e8c05fe292e0 100644 --- a/dev-ml/camomile/camomile-0.8.4.ebuild +++ b/dev-ml/camomile/camomile-0.8.4.ebuild @@ -7,8 +7,8 @@ EAPI="5" inherit findlib eutils DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml" -HOMEPAGE="http://github.com/yoriyuki/Camomile/wiki" -SRC_URI="http://github.com/downloads/yoriyuki/Camomile/${P}.tar.bz2" +HOMEPAGE="https://github.com/yoriyuki/Camomile/wiki" +SRC_URI="https://github.com/downloads/yoriyuki/Camomile/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0/${PV}" diff --git a/dev-ml/camomile/camomile-0.8.5.ebuild b/dev-ml/camomile/camomile-0.8.5.ebuild index 7c160ac3d60c..c0cb67e32f00 100644 --- a/dev-ml/camomile/camomile-0.8.5.ebuild +++ b/dev-ml/camomile/camomile-0.8.5.ebuild @@ -7,7 +7,7 @@ EAPI="5" inherit findlib eutils DESCRIPTION="Camomile is a comprehensive Unicode library for ocaml" -HOMEPAGE="http://github.com/yoriyuki/Camomile/wiki" +HOMEPAGE="https://github.com/yoriyuki/Camomile/wiki" SRC_URI="https://github.com/yoriyuki/Camomile/releases/download/rel-${PV}/${P}.tar.bz2" LICENSE="LGPL-2" |