diff options
author | 2015-08-24 15:41:27 +0200 | |
---|---|---|
committer | 2015-08-24 15:41:51 +0200 | |
commit | dea7c3060641b628cd6a2e2d97db18903c86862e (patch) | |
tree | 732f4fb23c78427e21bd1fbcea69d3d0afe79cf5 /dev-python/pygooglevoice | |
parent | Use https for most gnu.org URLs (diff) | |
download | gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.gz gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.tar.bz2 gentoo-dea7c3060641b628cd6a2e2d97db18903c86862e.zip |
Convert URIs for googlecode.com to https
Signed-off-by: Justin Lecher <jlec@gentoo.org>
Diffstat (limited to 'dev-python/pygooglevoice')
-rw-r--r-- | dev-python/pygooglevoice/pygooglevoice-0.5-r2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/pygooglevoice/pygooglevoice-0.5-r2.ebuild b/dev-python/pygooglevoice/pygooglevoice-0.5-r2.ebuild index 3936964814d8..b249d840aaa2 100644 --- a/dev-python/pygooglevoice/pygooglevoice-0.5-r2.ebuild +++ b/dev-python/pygooglevoice/pygooglevoice-0.5-r2.ebuild @@ -9,8 +9,8 @@ inherit distutils-r1 DESCRIPTION="Python Bindings for the Google Voice API" HOMEPAGE="https://code.google.com/p/pygooglevoice/" -SRC_URI="http://${PN}.googlecode.com/files/${P}.tar.gz - http://${PN}.googlecode.com/files/${P}-extras.zip" +SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz + https://${PN}.googlecode.com/files/${P}-extras.zip" LICENSE="BSD" SLOT="0" |