diff options
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}" |