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/postgresql-ocaml | |
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/postgresql-ocaml')
-rw-r--r-- | dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild | 4 | ||||
-rw-r--r-- | dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild index 64fc4576279a..b013dddaea0f 100644 --- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild +++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.5.ebuild @@ -9,8 +9,8 @@ OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases" -SRC_URI="http://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz" -HOMEPAGE="http://bitbucket.org/mmottl/postgresql-ocaml" +SRC_URI="https://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz" +HOMEPAGE="https://bitbucket.org/mmottl/postgresql-ocaml" IUSE="examples" DEPEND="dev-db/postgresql[server]" diff --git a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild index ad1d8e23fbac..ccafa242be32 100644 --- a/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild +++ b/dev-ml/postgresql-ocaml/postgresql-ocaml-2.0.6.ebuild @@ -9,8 +9,8 @@ OASIS_BUILD_DOCS=1 inherit oasis DESCRIPTION="A package for ocaml that provides access to PostgreSQL databases" -SRC_URI="http://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz" -HOMEPAGE="http://bitbucket.org/mmottl/postgresql-ocaml" +SRC_URI="https://bitbucket.org/mmottl/postgresql-ocaml/downloads/${P}.tar.gz" +HOMEPAGE="https://bitbucket.org/mmottl/postgresql-ocaml" IUSE="examples" DEPEND="dev-db/postgresql[server]" |