diff options
author | Rick Farina <zerochaos@gentoo.org> | 2023-12-30 17:37:54 -0500 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2023-12-30 17:50:19 -0500 |
commit | 884ea1a6a9c0621990418db5f38968b9cdf77afd (patch) | |
tree | 7d27762b332ecc873b93492a87677220459cde36 /www-apps | |
parent | net-misc/yt-dlp: add 2023.12.30 (diff) | |
download | gentoo-884ea1a6a9c0621990418db5f38968b9cdf77afd.tar.gz gentoo-884ea1a6a9c0621990418db5f38968b9cdf77afd.tar.bz2 gentoo-884ea1a6a9c0621990418db5f38968b9cdf77afd.zip |
www-apps/novnc: update HOMEPAGE
Closes: https://bugs.gentoo.org/798771
Signed-off-by: Rick Farina <zerochaos@gentoo.org>
Diffstat (limited to 'www-apps')
-rw-r--r-- | www-apps/novnc/novnc-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild index 71684fd67ee6..a9673ca0e859 100644 --- a/www-apps/novnc/novnc-9999.ebuild +++ b/www-apps/novnc/novnc-9999.ebuild @@ -8,13 +8,13 @@ PYTHON_COMPAT=( python3_{9..11} ) inherit distutils-r1 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies" -HOMEPAGE="https://kanaka.github.io/noVNC/" +HOMEPAGE="https://novnc.com/info.html" if [[ ${PV} == *9999 ]] ; then inherit git-r3 EGIT_REPO_URI="https://github.com/novnc/noVNC" else - SRC_URI="https://github.com/kanaka/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/novnc/noVNC/archive/v${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~arm64 ~riscv ~x86 ~amd64-linux ~x86-linux" S="${WORKDIR}/noVNC-${PV}" fi |