diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:27:15 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2015-09-01 21:27:15 +0200 |
commit | f23a8d4e836fa78d6f05e11cc4e70cc5410f5bc1 (patch) | |
tree | 1271ca9438961b247c59d8823c36aa644f68ef34 /dev-python/python-twitter | |
parent | dev-python/python-poppler-qt4: Fixing HOMEPAGE move due to code.google.com sh... (diff) | |
download | gentoo-f23a8d4e836fa78d6f05e11cc4e70cc5410f5bc1.tar.gz gentoo-f23a8d4e836fa78d6f05e11cc4e70cc5410f5bc1.tar.bz2 gentoo-f23a8d4e836fa78d6f05e11cc4e70cc5410f5bc1.zip |
dev-python/python-twitter: Fixing HOMEPAGE move due to code.google.com shutdown
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'dev-python/python-twitter')
-rw-r--r-- | dev-python/python-twitter/python-twitter-1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/python-twitter/python-twitter-1.1.ebuild b/dev-python/python-twitter/python-twitter-1.1.ebuild index 2cd3be358227..b561ea800cb2 100644 --- a/dev-python/python-twitter/python-twitter-1.1.ebuild +++ b/dev-python/python-twitter/python-twitter-1.1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="This library provides a pure python interface for the Twitter API" -HOMEPAGE="https://code.google.com/p/python-twitter/" +HOMEPAGE="https://github.com/bear/python-twitter" SRC_URI="https://python-twitter.googlecode.com/files/${P}.tar.gz" LICENSE="Apache-2.0" |