From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AA3E91584AD for ; Mon, 14 Apr 2025 02:20:33 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 95E81343138 for ; Mon, 14 Apr 2025 02:20:33 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 38C831104C1; Mon, 14 Apr 2025 02:20:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 324561104C1 for ; Mon, 14 Apr 2025 02:20:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B82A53430FF for ; Mon, 14 Apr 2025 02:20:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0516A280C for ; Mon, 14 Apr 2025 02:20:13 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1744596722.6d0e942dcc3ee73379de9417ae3b85011d7b189a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/gtk-vnc/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild X-VCS-Directories: net-libs/gtk-vnc/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 6d0e942dcc3ee73379de9417ae3b85011d7b189a X-VCS-Branch: master Date: Mon, 14 Apr 2025 02:20:13 +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: b55f41e5-2073-4474-8e09-99bc50c700cc X-Archives-Hash: 73030aebef48583b67f951842ce2f720 commit: 6d0e942dcc3ee73379de9417ae3b85011d7b189a Author: Pacho Ramos gentoo org> AuthorDate: Mon Apr 14 02:12:02 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Apr 14 02:12:02 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d0e942d net-libs/gtk-vnc: update HOMEPAGE Signed-off-by: Pacho Ramos gentoo.org> net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild b/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild index 171b139f7e56..01809c457b38 100644 --- a/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild +++ b/net-libs/gtk-vnc/gtk-vnc-1.3.1-r1.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..13} ) inherit flag-o-matic gnome.org vala meson python-any-r1 xdg DESCRIPTION="VNC viewer widget for GTK" -HOMEPAGE="https://wiki.gnome.org/Projects/gtk-vnc https://gitlab.gnome.org/GNOME/gtk-vnc" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gtk-vnc" LICENSE="LGPL-2.1+" SLOT="0"