mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
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:
committed by
Patrice Clement
parent
7863251050
commit
7afdf300b4
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user