From: Michael Mair-Keimberger (asterix) Date: Thu, 7 Jul 2016 17:40:00 +0000 (+0200) Subject: dev-python/pyds: fix HOMEPAGE and SRC_URI. X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=7afdf300b4a1d85f69045843b004ea28729d400f;p=gentoo.git dev-python/pyds: fix HOMEPAGE and SRC_URI. Gentoo-Bug: https://bugs.gentoo.org/367783 Closes: https://github.com/gentoo/gentoo/pull/1848 Signed-off-by: Patrice Clement --- diff --git a/dev-python/pyds/pyds-0.7.3-r1.ebuild b/dev-python/pyds/pyds-0.7.3-r1.ebuild index 6eed12289cb1..4e93ac2258f1 100644 --- a/dev-python/pyds/pyds-0.7.3-r1.ebuild +++ b/dev-python/pyds/pyds-0.7.3-r1.ebuild @@ -10,8 +10,8 @@ inherit distutils-r1 MY_P="PyDS-${PV}" DESCRIPTION="Python Desktop Server" -HOMEPAGE="http://pyds.muensterland.org/" -SRC_URI="http://simon.bofh.ms/~gb/${MY_P}.tar.gz" +HOMEPAGE="https://wiki.python.org/moin/PyDS" +SRC_URI="mirror://gentoo/${MY_P}.tar.gz" LICENSE="MIT" SLOT="0"