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 4BF18158170 for ; Wed, 17 Jul 2024 12:12:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 925BE2BC1DF; Wed, 17 Jul 2024 12:12:04 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 72A332BC1DF for ; Wed, 17 Jul 2024 12:12:04 +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 72086343140 for ; Wed, 17 Jul 2024 12:12:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5A3D1B89 for ; Wed, 17 Jul 2024 12:12:01 +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: <1721218288.5cb4b0c4d40c239f1fddbfaa07bceaf6d51a1711.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/gnome-tweaks/ X-VCS-Repository: repo/gentoo X-VCS-Files: gnome-extra/gnome-tweaks/gnome-tweaks-46.1.ebuild X-VCS-Directories: gnome-extra/gnome-tweaks/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 5cb4b0c4d40c239f1fddbfaa07bceaf6d51a1711 X-VCS-Branch: master Date: Wed, 17 Jul 2024 12:12:01 +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: 1a8c43bb-d319-48dd-b13f-f153e476b604 X-Archives-Hash: aeeaea5bab49afe87b638a1b5df42525 commit: 5cb4b0c4d40c239f1fddbfaa07bceaf6d51a1711 Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 17 10:31:02 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 17 12:11:28 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cb4b0c4 gnome-extra/gnome-tweaks: update HOMEPAGE Signed-off-by: Pacho Ramos gentoo.org> gnome-extra/gnome-tweaks/gnome-tweaks-46.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnome-extra/gnome-tweaks/gnome-tweaks-46.1.ebuild b/gnome-extra/gnome-tweaks/gnome-tweaks-46.1.ebuild index 8e9f3f19c41a..fb6005959b12 100644 --- a/gnome-extra/gnome-tweaks/gnome-tweaks-46.1.ebuild +++ b/gnome-extra/gnome-tweaks/gnome-tweaks-46.1.ebuild @@ -7,7 +7,7 @@ PYTHON_COMPAT=( python3_{10..12} ) inherit gnome.org gnome2-utils meson python-single-r1 xdg DESCRIPTION="Customize advanced GNOME options" -HOMEPAGE="https://wiki.gnome.org/Apps/Tweaks" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gnome-tweaks" LICENSE="GPL-3+ CC0-1.0" SLOT="0"