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 8B87A158170 for ; Wed, 17 Jul 2024 12:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D81C92BC1E4; Wed, 17 Jul 2024 12:12:05 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1A2E2BC1E4 for ; Wed, 17 Jul 2024 12:12:05 +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 13958343150 for ; Wed, 17 Jul 2024 12:12:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4450D1E3B for ; Wed, 17 Jul 2024 12:12:02 +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: <1721218289.2fdf177e498f4854fc15eaa1e3fe5e689da16bfb.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pygobject/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pygobject/pygobject-3.48.2.ebuild X-VCS-Directories: dev-python/pygobject/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 2fdf177e498f4854fc15eaa1e3fe5e689da16bfb X-VCS-Branch: master Date: Wed, 17 Jul 2024 12:12:02 +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: 9f0c0108-7b81-438d-8d58-7914ebc8c567 X-Archives-Hash: c1deba70623fe66ec34953f1480b8b3c commit: 2fdf177e498f4854fc15eaa1e3fe5e689da16bfb Author: Pacho Ramos gentoo org> AuthorDate: Wed Jul 17 10:37:43 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Wed Jul 17 12:11:29 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fdf177e dev-python/pygobject: update HOMEPAGE Signed-off-by: Pacho Ramos gentoo.org> dev-python/pygobject/pygobject-3.48.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygobject/pygobject-3.48.2.ebuild b/dev-python/pygobject/pygobject-3.48.2.ebuild index 100d9a8d4c96..8427e19554a5 100644 --- a/dev-python/pygobject/pygobject-3.48.2.ebuild +++ b/dev-python/pygobject/pygobject-3.48.2.ebuild @@ -11,7 +11,7 @@ inherit gnome.org meson virtualx xdg distutils-r1 DESCRIPTION="Python bindings for GObject Introspection" HOMEPAGE=" - https://pygobject.readthedocs.io/ + https://pygobject.gnome.org/ https://gitlab.gnome.org/GNOME/pygobject/ "