diff options
author | Uzi Erdenebileg <lzijbuan@gmail.com> | 2022-10-06 17:51:26 +0800 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2022-10-09 11:44:14 -0500 |
commit | 4759bf92eea1d82c5b0bcae8fef400fb7b2ed51f (patch) | |
tree | 8480474c9ec2fd2e18e08ba7ee9421883728a099 /www-apps/novnc | |
parent | gui-wm/sway: update libpcre dependency (diff) | |
download | gentoo-4759bf92eea1d82c5b0bcae8fef400fb7b2ed51f.tar.gz gentoo-4759bf92eea1d82c5b0bcae8fef400fb7b2ed51f.tar.bz2 gentoo-4759bf92eea1d82c5b0bcae8fef400fb7b2ed51f.zip |
www-apps/novnc: Update HOMEPAGE
Signed-off-by: Ulziibuyan Erdenebileg <lzijbuan@gmail.com>
Bug: https://bugs.gentoo.org/876292
Closes: https://bugs.gentoo.org/876292
Closes: https://github.com/gentoo/gentoo/pull/27659
Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
Diffstat (limited to 'www-apps/novnc')
-rw-r--r-- | www-apps/novnc/novnc-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www-apps/novnc/novnc-9999.ebuild b/www-apps/novnc/novnc-9999.ebuild index 6b01b8479bea..6ca0e8b5ed54 100644 --- a/www-apps/novnc/novnc-9999.ebuild +++ b/www-apps/novnc/novnc-9999.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{7..10} ) inherit distutils-r1 DESCRIPTION="noVNC is a VNC client implemented using HTML5 technologies" -HOMEPAGE="https://kanaka.github.com/noVNC/" +HOMEPAGE="https://kanaka.github.io/noVNC/" if [[ ${PV} == *9999 ]] ; then inherit git-r3 |