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/optcomp | |
parent | 1d66a80b6dca38c669ac53fb4f0ecf6b34f97e4f (diff) | |
download | gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.gz gentoo-71dc24457e7c41a2f9ee8baee773124df6f86a00.tar.xz |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-ml/optcomp')
-rw-r--r-- | dev-ml/optcomp/optcomp-1.5.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/optcomp/optcomp-1.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/optcomp/optcomp-1.5.ebuild b/dev-ml/optcomp/optcomp-1.5.ebuild index 01e62206913..1853fd51d22 100644 --- a/dev-ml/optcomp/optcomp-1.5.ebuild +++ b/dev-ml/optcomp/optcomp-1.5.ebuild @@ -9,8 +9,8 @@ OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="Optional compilation for OCaml with cpp-like directives" -HOMEPAGE="http://github.com/diml/optcomp" -SRC_URI="http://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/diml/optcomp" +SRC_URI="https://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" diff --git a/dev-ml/optcomp/optcomp-1.6.ebuild b/dev-ml/optcomp/optcomp-1.6.ebuild index e210066ae35..e4c4f2bd8a5 100644 --- a/dev-ml/optcomp/optcomp-1.6.ebuild +++ b/dev-ml/optcomp/optcomp-1.6.ebuild @@ -9,8 +9,8 @@ OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="Optional compilation for OCaml with cpp-like directives" -HOMEPAGE="http://github.com/diml/optcomp" -SRC_URI="http://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz" +HOMEPAGE="https://github.com/diml/optcomp" +SRC_URI="https://github.com/diml/optcomp/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" SLOT="0/${PV}" |