diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2018-02-05 21:18:23 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2018-02-05 22:53:49 +0100 |
commit | a7a802ad6da2e4fe39d2e2354e979004d909d6cc (patch) | |
tree | 74ba6608c8718d05542c44ad9b16ec62f9b39c80 /dev-python/graphy | |
parent | dev-python/futures: remove dead HOMEPAGE (diff) | |
download | gentoo-a7a802ad6da2e4fe39d2e2354e979004d909d6cc.tar.gz gentoo-a7a802ad6da2e4fe39d2e2354e979004d909d6cc.tar.bz2 gentoo-a7a802ad6da2e4fe39d2e2354e979004d909d6cc.zip |
dev-python/graphy: fix HOMEPAGE
Diffstat (limited to 'dev-python/graphy')
-rw-r--r-- | dev-python/graphy/graphy-1.0-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/graphy/graphy-1.0-r1.ebuild b/dev-python/graphy/graphy-1.0-r1.ebuild index 5c8b9ed95518..38c81ab0bc19 100644 --- a/dev-python/graphy/graphy-1.0-r1.ebuild +++ b/dev-python/graphy/graphy-1.0-r1.ebuild @@ -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" |