diff options
author | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:05 +0200 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2015-08-24 13:35:41 +0200 |
commit | 769c75f84ac0d1be61ecaeaff0fcc8c509063ec5 (patch) | |
tree | b2ac9f34d4991495f829bd5db62f51c7579e4a4e /dev-python/couchdb-python | |
parent | sys-cluster/util-vserver: Version bump. Fixes bug 541750. (diff) | |
download | gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.gz gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.tar.bz2 gentoo-769c75f84ac0d1be61ecaeaff0fcc8c509063ec5.zip |
Enable https for all google URIs
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/couchdb-python')
-rw-r--r-- | dev-python/couchdb-python/couchdb-python-0.10.ebuild | 2 | ||||
-rw-r--r-- | dev-python/couchdb-python/couchdb-python-0.9.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/couchdb-python/couchdb-python-0.10.ebuild b/dev-python/couchdb-python/couchdb-python-0.10.ebuild index 75bcb26bbf33..39b79f26640b 100644 --- a/dev-python/couchdb-python/couchdb-python-0.10.ebuild +++ b/dev-python/couchdb-python/couchdb-python-0.10.ebuild @@ -12,7 +12,7 @@ MY_PN="CouchDB" MY_P="${MY_PN}-${PV}" DESCRIPTION="Python library for working with CouchDB" -HOMEPAGE="http://code.google.com/p/couchdb-python/ https://pypi.python.org/pypi/CouchDB" +HOMEPAGE="https://code.google.com/p/couchdb-python/ https://pypi.python.org/pypi/CouchDB" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" diff --git a/dev-python/couchdb-python/couchdb-python-0.9.ebuild b/dev-python/couchdb-python/couchdb-python-0.9.ebuild index e720ab55b85a..f23a0bf1b74a 100644 --- a/dev-python/couchdb-python/couchdb-python-0.9.ebuild +++ b/dev-python/couchdb-python/couchdb-python-0.9.ebuild @@ -12,7 +12,7 @@ MY_PN="CouchDB" MY_P="${MY_PN}-${PV}" DESCRIPTION="Python library for working with CouchDB" -HOMEPAGE="http://code.google.com/p/couchdb-python/ https://pypi.python.org/pypi/CouchDB" +HOMEPAGE="https://code.google.com/p/couchdb-python/ https://pypi.python.org/pypi/CouchDB" SRC_URI="mirror://pypi/${MY_PN:0:1}/${MY_PN}/${MY_P}.tar.gz" LICENSE="BSD" |