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 BABC71581C1 for ; Tue, 16 Jul 2024 08:53:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D88032BC0B4; Tue, 16 Jul 2024 08:53:08 +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 BA3972BC0B4 for ; Tue, 16 Jul 2024 08:53:08 +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 D9C93335D0F for ; Tue, 16 Jul 2024 08:53:07 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7938F1E1A for ; Tue, 16 Jul 2024 08:53:06 +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: <1721119972.fae3600b5e381c3389d568f92847af9003138d7e.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gom/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gom/gom-0.5.2.ebuild X-VCS-Directories: dev-libs/gom/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: fae3600b5e381c3389d568f92847af9003138d7e X-VCS-Branch: master Date: Tue, 16 Jul 2024 08:53:06 +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: 4b84ec98-0136-4ff2-a7e3-6eaf95afb195 X-Archives-Hash: 120bb4cc47283d01f81ad7fd5a90c7b1 commit: fae3600b5e381c3389d568f92847af9003138d7e Author: Pacho Ramos gentoo org> AuthorDate: Tue Jul 16 08:52:52 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Tue Jul 16 08:52:52 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fae3600b dev-libs/gom: update HOMEPAGE Signed-off-by: Pacho Ramos gentoo.org> dev-libs/gom/gom-0.5.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/gom/gom-0.5.2.ebuild b/dev-libs/gom/gom-0.5.2.ebuild index c4e4635ae8f1..7f4067709254 100644 --- a/dev-libs/gom/gom-0.5.2.ebuild +++ b/dev-libs/gom/gom-0.5.2.ebuild @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org meson python-r1 DESCRIPTION="GObject to SQLite object mapper library" -HOMEPAGE="https://wiki.gnome.org/Projects/Gom" +HOMEPAGE="https://gitlab.gnome.org/GNOME/gom" LICENSE="LGPL-2+ FDL-1.1+" SLOT="0"