dev-python/python-twitter: Fixing HOMEPAGE move due to code.google.com shutdown

Package-Manager: portage-2.2.20.1
This commit is contained in:
Tobias Klausmann
2015-09-01 21:27:15 +02:00
parent ded5507e2e
commit f23a8d4e83

View File

@@ -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"