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/ocaml-sha | |
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/ocaml-sha')
-rw-r--r-- | dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild | 2 | ||||
-rw-r--r-- | dev-ml/ocaml-sha/ocaml-sha-1.9.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild b/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild index 86eb3b52908f..a908a1d4bdb5 100644 --- a/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild +++ b/dev-ml/ocaml-sha/ocaml-sha-1.8.ebuild @@ -7,7 +7,7 @@ EAPI=5 inherit findlib vcs-snapshot DESCRIPTION="A binding for SHA interface code in OCaml" -HOMEPAGE="http://github.com/vincenthz/ocaml-sha" +HOMEPAGE="https://github.com/vincenthz/ocaml-sha" SRC_URI="http://nodeload.github.com/vincenthz/${PN}/tarball/v${PV} -> ${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" diff --git a/dev-ml/ocaml-sha/ocaml-sha-1.9.ebuild b/dev-ml/ocaml-sha/ocaml-sha-1.9.ebuild index ad4737c153cb..7763391fdd8c 100644 --- a/dev-ml/ocaml-sha/ocaml-sha-1.9.ebuild +++ b/dev-ml/ocaml-sha/ocaml-sha-1.9.ebuild @@ -7,8 +7,8 @@ EAPI=5 inherit findlib vcs-snapshot DESCRIPTION="A binding for SHA interface code in OCaml" -HOMEPAGE="http://github.com/vincenthz/ocaml-sha" -SRC_URI="http://github.com/vincenthz/ocaml-sha/archive/${PN}-v${PV}.tar.gz" +HOMEPAGE="https://github.com/vincenthz/ocaml-sha" +SRC_URI="https://github.com/vincenthz/ocaml-sha/archive/${PN}-v${PV}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" SLOT="0/${PV}" |