commit: 884ea1a6a9c0621990418db5f38968b9cdf77afd Author: Rick Farina <zerochaos <AT> gentoo <DOT> org> AuthorDate: Sat Dec 30 22:37:54 2023 +0000 Commit: Rick Farina <zerochaos <AT> gentoo <DOT> org> CommitDate: Sat Dec 30 22:50:19 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=884ea1a6
www-apps/novnc: update HOMEPAGE Closes: https://bugs.gentoo.org/798771 Signed-off-by: Rick Farina <zerochaos <AT> gentoo.org> www-apps/novnc/novnc-9999.ebuild | 4 ++-- 1 file 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
