diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:37:39 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 12:37:39 +0200 |
commit | c84be41d02d264cc116a9a8436ca3bef3abb417c (patch) | |
tree | 00c29a23c14336b8b4577bf62092deee755d12af /dev-ml/pomap | |
parent | Use https by default (diff) | |
download | gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.tar.gz gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.tar.bz2 gentoo-c84be41d02d264cc116a9a8436ca3bef3abb417c.zip |
Use https by default
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-ml/pomap')
-rw-r--r-- | dev-ml/pomap/pomap-3.0.2.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/pomap/pomap-3.0.3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/pomap/pomap-3.0.2.ebuild b/dev-ml/pomap/pomap-3.0.2.ebuild index 343e225d8acb..b0a1e7d1974d 100644 --- a/dev-ml/pomap/pomap-3.0.2.ebuild +++ b/dev-ml/pomap/pomap-3.0.2.ebuild @@ -9,8 +9,8 @@ OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="Partially Ordered Map ADT for O'Caml" -HOMEPAGE="http://bitbucket.org/mmottl/pomap" -SRC_URI="http://bitbucket.org/mmottl/pomap/downloads/${P}.tar.gz" +HOMEPAGE="https://bitbucket.org/mmottl/pomap" +SRC_URI="https://bitbucket.org/mmottl/pomap/downloads/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" DEPEND="" diff --git a/dev-ml/pomap/pomap-3.0.3.ebuild b/dev-ml/pomap/pomap-3.0.3.ebuild index 48431c8f4da8..47f352938aea 100644 --- a/dev-ml/pomap/pomap-3.0.3.ebuild +++ b/dev-ml/pomap/pomap-3.0.3.ebuild @@ -9,8 +9,8 @@ OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="Partially Ordered Map ADT for O'Caml" -HOMEPAGE="http://bitbucket.org/mmottl/pomap" -SRC_URI="http://bitbucket.org/mmottl/pomap/downloads/${P}.tar.gz" +HOMEPAGE="https://bitbucket.org/mmottl/pomap" +SRC_URI="https://bitbucket.org/mmottl/pomap/downloads/${P}.tar.gz" LICENSE="LGPL-2.1-with-linking-exception" DEPEND="|| ( dev-ml/camlp4:= <dev-lang/ocaml-4.02.0 )" |