dev-python/python-twitter: Fixing HOMEPAGE move due to code.google.com shutdown
authorTobias Klausmann <klausman@gentoo.org>
Tue, 1 Sep 2015 19:27:15 +0000 (21:27 +0200)
committerTobias Klausmann <klausman@gentoo.org>
Tue, 1 Sep 2015 19:27:15 +0000 (21:27 +0200)
Package-Manager: portage-2.2.20.1

dev-python/python-twitter/python-twitter-1.1.ebuild

index 2cd3be35822751879afa6dd4b43648662195beb9..b561ea800cb20b4011e2f12d06198c648d266091 100644 (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"