From a7a802ad6da2e4fe39d2e2354e979004d909d6cc Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Mon, 5 Feb 2018 21:18:23 +0100 Subject: [PATCH] dev-python/graphy: fix HOMEPAGE --- dev-python/graphy/graphy-1.0-r1.ebuild | 4 ++-- 1 file 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 5c8b9ed955189..38c81ab0bc194 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"