diff options
-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 |