From a2d046dd8f1c739b7e07ce760860ac166ea620e2 Mon Sep 17 00:00:00 2001 From: Michael Mair-Keimberger Date: Sun, 20 Aug 2017 15:26:28 +0200 Subject: [PATCH] dev-python/rtgraph: fix HOMEPAGE and SRC_URI --- dev-python/rtgraph/rtgraph-0.70-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/rtgraph/rtgraph-0.70-r1.ebuild b/dev-python/rtgraph/rtgraph-0.70-r1.ebuild index c0c75e76492de..2b082cbc1d236 100644 --- a/dev-python/rtgraph/rtgraph-0.70-r1.ebuild +++ b/dev-python/rtgraph/rtgraph-0.70-r1.ebuild @@ -7,8 +7,8 @@ PYTHON_COMPAT=( python2_7 ) inherit distutils-r1 DESCRIPTION="Widgets for graphing data in real-time using PyGTK, and UI components for controlling the graphs" -HOMEPAGE="http://navi.cx/svn/misc/trunk/rtgraph/web/index.html" -SRC_URI="http://navi.picogui.org/releases/${P}.tar.gz" +HOMEPAGE="http://rtgraph.sourceforge.net/" +SRC_URI="mirror://sourceforge/rtgraph/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0"