diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-10-01 07:37:17 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-10-01 07:38:15 -0400 |
commit | 95f8c0f893be5109b749f6b15cd86f0cd3929aa8 (patch) | |
tree | 1b1a41cb97abca82a1a86ac87f50e2af1251f307 /dev-python | |
parent | dev-ml/llvm-ocaml: Fix llvm_tools_dir substitution (diff) | |
download | gentoo-95f8c0f893be5109b749f6b15cd86f0cd3929aa8.tar.gz gentoo-95f8c0f893be5109b749f6b15cd86f0cd3929aa8.tar.bz2 gentoo-95f8c0f893be5109b749f6b15cd86f0cd3929aa8.zip |
dev-python/six: update HOMEPAGE
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/six/six-1.10.0.ebuild | 2 | ||||
-rw-r--r-- | dev-python/six/six-1.11.0.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/six/six-1.10.0.ebuild b/dev-python/six/six-1.10.0.ebuild index cd5e247b419e..950dd2975ff8 100644 --- a/dev-python/six/six-1.10.0.ebuild +++ b/dev-python/six/six-1.10.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy pypy3 ) inherit distutils-r1 DESCRIPTION="Python 2 and 3 compatibility library" -HOMEPAGE="https://bitbucket.org/gutworth/six https://pypi.python.org/pypi/six" +HOMEPAGE="https://github.com/benjaminp/six https://pypi.python.org/pypi/six" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" diff --git a/dev-python/six/six-1.11.0.ebuild b/dev-python/six/six-1.11.0.ebuild index 5934f751afa2..62c67ff19017 100644 --- a/dev-python/six/six-1.11.0.ebuild +++ b/dev-python/six/six-1.11.0.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy{,3} ) inherit distutils-r1 DESCRIPTION="Python 2 and 3 compatibility library" -HOMEPAGE="https://bitbucket.org/gutworth/six https://pypi.python.org/pypi/six" +HOMEPAGE="https://github.com/benjaminp/six https://pypi.python.org/pypi/six" SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" LICENSE="MIT" |