dev-python/graphy: fix HOMEPAGE
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Mon, 5 Feb 2018 20:18:23 +0000 (21:18 +0100)
committerMichał Górny <mgorny@gentoo.org>
Mon, 5 Feb 2018 21:53:49 +0000 (22:53 +0100)
dev-python/graphy/graphy-1.0-r1.ebuild

index 5c8b9ed955189d46ab1b155ffdfe9d1d255c15db..38c81ab0bc194b525aea45344e0f9b25a0bfad3a 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=5
@@ -10,7 +10,7 @@ inherit distutils-r1
 MY_P=${PN}_${PV}
 
 DESCRIPTION="Simple Chart Library for Python"
-HOMEPAGE="https://code.google.com/p/graphy/"
+HOMEPAGE="https://pypi.python.org/pypi/Graphy"
 SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.bz2"
 
 LICENSE="Apache-2.0"