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 BBA891581C1 for ; Mon, 15 Jul 2024 19:22:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89F40E2AC3; Mon, 15 Jul 2024 19:22:14 +0000 (UTC) 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 pigeon.gentoo.org (Postfix) with ESMTPS id 61DECE2ABE for ; Mon, 15 Jul 2024 19:22:14 +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 7BD7C340813 for ; Mon, 15 Jul 2024 19:22:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A42D31E33 for ; Mon, 15 Jul 2024 19:22:10 +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: <1721071304.86b5b7442d644e8893c342f56b52a36e7d9cbeaf.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/zenity/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/zenity/zenity-4.0.2.ebuild X-VCS-Directories: gnome-extra/zenity/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 86b5b7442d644e8893c342f56b52a36e7d9cbeaf X-VCS-Branch: master Date: Mon, 15 Jul 2024 19:22:10 +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: 702446ea-cb6b-403a-b050-c5c0ad81b983 X-Archives-Hash: 9a6fa81cf1e37d565c19308f00e32509 commit: 86b5b7442d644e8893c342f56b52a36e7d9cbeaf Author: Pacho Ramos gentoo org> AuthorDate: Mon Jul 15 19:07:51 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Mon Jul 15 19:21:44 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=86b5b744 gnome-extra/zenity: update HOMEPAGE Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/zenity/zenity-4.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/zenity/zenity-4.0.2.ebuild b/gnome-extra/zenity/zenity-4.0.2.ebuild index 5aa24919bf45..2211ac82943a 100644 --- a/gnome-extra/zenity/zenity-4.0.2.ebuild +++ b/gnome-extra/zenity/zenity-4.0.2.ebuild @@ -5,7 +5,7 @@ EAPI=8 inherit gnome.org gnome2-utils meson xdg DESCRIPTION="Tool to display dialogs from the commandline and shell scripts" -HOMEPAGE="https://wiki.gnome.org/Projects/Zenity" +HOMEPAGE="https://gitlab.gnome.org/GNOME/zenity" LICENSE="LGPL-2.1+" SLOT="0"