diff options
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/websockify/metadata.xml | 23 | ||||
-rw-r--r-- | dev-python/websockify/websockify-0.9.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-python/websockify/websockify-0.9.0.ebuild | 4 |
3 files changed, 16 insertions, 15 deletions
diff --git a/dev-python/websockify/metadata.xml b/dev-python/websockify/metadata.xml index 67a4c5863e2b..3f9398bb2f8c 100644 --- a/dev-python/websockify/metadata.xml +++ b/dev-python/websockify/metadata.xml @@ -1,15 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> - <maintainer type="person"> - <email>prometheanfire@gentoo.org</email> - <name>Matthew Thode</name> - </maintainer> - <maintainer type="project"> - <email>python@gentoo.org</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">kanaka/websockify</remote-id> - </upstream> + <maintainer type="person"> + <email>prometheanfire@gentoo.org</email> + <name>Matthew Thode</name> + </maintainer> + <maintainer type="project"> + <email>python@gentoo.org</email> + <name>Python</name> + </maintainer> + <upstream> + <remote-id type="github">novnc/websockify</remote-id> + <remote-id type="pypi">websockify</remote-id> + </upstream> </pkgmetadata> diff --git a/dev-python/websockify/websockify-0.9.0-r1.ebuild b/dev-python/websockify/websockify-0.9.0-r1.ebuild index b1c7fb492170..e870a23be009 100644 --- a/dev-python/websockify/websockify-0.9.0-r1.ebuild +++ b/dev-python/websockify/websockify-0.9.0-r1.ebuild @@ -9,9 +9,9 @@ DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 -SRC_URI="https://github.com/kanaka/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/novnc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" DESCRIPTION="WebSockets support for any application/server" -HOMEPAGE="https://github.com/kanaka/websockify" +HOMEPAGE="https://github.com/novnc/websockify" LICENSE="LGPL-3" SLOT="0" diff --git a/dev-python/websockify/websockify-0.9.0.ebuild b/dev-python/websockify/websockify-0.9.0.ebuild index 047d8f7e1c67..9c3224c6c4ed 100644 --- a/dev-python/websockify/websockify-0.9.0.ebuild +++ b/dev-python/websockify/websockify-0.9.0.ebuild @@ -6,9 +6,9 @@ PYTHON_COMPAT=( python3_{6,7} ) inherit distutils-r1 -SRC_URI="https://github.com/kanaka/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" +SRC_URI="https://github.com/novnc/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" DESCRIPTION="WebSockets support for any application/server" -HOMEPAGE="https://github.com/kanaka/websockify" +HOMEPAGE="https://github.com/novnc/websockify" LICENSE="LGPL-3" SLOT="0" |