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/bitstring | |
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/bitstring')
-rw-r--r-- | dev-python/bitstring/bitstring-3.1.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/bitstring/bitstring-3.1.1.ebuild b/dev-python/bitstring/bitstring-3.1.1.ebuild index a69fb64ff460..1383d04837cf 100644 --- a/dev-python/bitstring/bitstring-3.1.1.ebuild +++ b/dev-python/bitstring/bitstring-3.1.1.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python{2_7,3_3,3_4} ) inherit distutils-r1 DESCRIPTION="A pure Python module for creation and analysis of binary data" -HOMEPAGE="http://python-bitstring.googlecode.com/" -SRC_URI="http://python-bitstring.googlecode.com/files/${P}.zip" +HOMEPAGE="https://python-bitstring.googlecode.com/" +SRC_URI="https://python-bitstring.googlecode.com/files/${P}.zip" LICENSE="MIT" SLOT="0" |