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 <monsieurp@gentoo.org>
This commit is contained in:
Michael Mair-Keimberger (asterix)
2016-07-07 19:40:00 +02:00
committed by Patrice Clement
parent 7863251050
commit 7afdf300b4

View File

@@ -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"