commit: 7d9298734ddac5737048812aae1163354e004c1c Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Fri Dec 11 15:13:11 2020 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Fri Dec 11 15:16:26 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7d929873
dev-python/websockify: Update HOMEPAGE Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-python/websockify/metadata.xml | 23 ++++++++++++----------- dev-python/websockify/websockify-0.9.0-r1.ebuild | 4 ++-- 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 67a4c5863e2..3f9398bb2f8 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>[email protected]</email> - <name>Matthew Thode</name> - </maintainer> - <maintainer type="project"> - <email>[email protected]</email> - <name>Python</name> - </maintainer> - <upstream> - <remote-id type="github">kanaka/websockify</remote-id> - </upstream> + <maintainer type="person"> + <email>[email protected]</email> + <name>Matthew Thode</name> + </maintainer> + <maintainer type="project"> + <email>[email protected]</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 b1c7fb49217..e870a23be00 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 047d8f7e1c6..9c3224c6c4e 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"
