From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9414D158094 for ; Sun, 9 Oct 2022 16:44:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAE9E0916; Sun, 9 Oct 2022 16:44:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5DBBE0909 for ; Sun, 9 Oct 2022 16:44:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E0B00341057 for ; Sun, 9 Oct 2022 16:44:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5AB345F7 for ; Sun, 9 Oct 2022 16:44:20 +0000 (UTC) From: "Matthew Thode" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthew Thode" Message-ID: <1665333854.4759bf92eea1d82c5b0bcae8fef400fb7b2ed51f.prometheanfire@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-apps/novnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-apps/novnc/novnc-9999.ebuild X-VCS-Directories: www-apps/novnc/ X-VCS-Committer: prometheanfire X-VCS-Committer-Name: Matthew Thode X-VCS-Revision: 4759bf92eea1d82c5b0bcae8fef400fb7b2ed51f X-VCS-Branch: master Date: Sun, 9 Oct 2022 16:44:20 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 237977ea-6cfc-4b80-836c-45cebdbf3aa9 X-Archives-Hash: f939c4cef1a83b158fa3e4c2876f57aa commit: 4759bf92eea1d82c5b0bcae8fef400fb7b2ed51f Author: Uzi Erdenebileg gmail com> AuthorDate: Thu Oct 6 09:51:26 2022 +0000 Commit: Matthew Thode gentoo org> CommitDate: Sun Oct 9 16:44:14 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4759bf92 www-apps/novnc: Update HOMEPAGE Signed-off-by: Ulziibuyan Erdenebileg 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 gentoo.org> www-apps/novnc/novnc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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