diff options
author | Michał Górny <mgorny@gentoo.org> | 2020-12-11 16:13:11 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2020-12-11 16:16:26 +0100 |
commit | 7d9298734ddac5737048812aae1163354e004c1c (patch) | |
tree | b37fe540bff0b06bac9054c713b923ce998e28c6 /dev-python/websockify | |
parent | dev-python/terminaltables: Update HOMEPAGE (diff) | |
download | gentoo-7d9298734ddac5737048812aae1163354e004c1c.tar.gz gentoo-7d9298734ddac5737048812aae1163354e004c1c.tar.bz2 gentoo-7d9298734ddac5737048812aae1163354e004c1c.zip |
dev-python/websockify: Update HOMEPAGE
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/websockify')
-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" |