From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1653523-garchives=archives.gentoo.org@lists.gentoo.org>
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 6EBA51581C1
	for <garchives@archives.gentoo.org>; Tue, 16 Jul 2024 08:41:06 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id B1F68E2A9F;
	Tue, 16 Jul 2024 08:41:05 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 91229E2A73
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Jul 2024 08:41: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) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id A2765335C11
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Jul 2024 08:41:04 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 03DEC1E1A
	for <gentoo-commits@lists.gentoo.org>; Tue, 16 Jul 2024 08:41:03 +0000 (UTC)
From: "Pacho Ramos" <pacho@gentoo.org>
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" <pacho@gentoo.org>
Message-ID: <1721119228.902b42ffb6f73966b8f3b805a1fbc59019c4a129.pacho@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-puzzle/lightsoff/lightsoff-46.0.ebuild
X-VCS-Directories: games-puzzle/lightsoff/
X-VCS-Committer: pacho
X-VCS-Committer-Name: Pacho Ramos
X-VCS-Revision: 902b42ffb6f73966b8f3b805a1fbc59019c4a129
X-VCS-Branch: master
Date: Tue, 16 Jul 2024 08:41:03 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: d3d789f0-bdc3-4ad1-a940-dff938d4eca8
X-Archives-Hash: 47a1cf7d9eacc68051ffd0756c545abd

commit:     902b42ffb6f73966b8f3b805a1fbc59019c4a129
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 16 07:53:24 2024 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Jul 16 08:40:28 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=902b42ff

games-puzzle/lightsoff: update HOMEPAGE

Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>

 games-puzzle/lightsoff/lightsoff-46.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-puzzle/lightsoff/lightsoff-46.0.ebuild b/games-puzzle/lightsoff/lightsoff-46.0.ebuild
index b5934b520cc5..281b77fcd183 100644
--- a/games-puzzle/lightsoff/lightsoff-46.0.ebuild
+++ b/games-puzzle/lightsoff/lightsoff-46.0.ebuild
@@ -6,7 +6,7 @@ PYTHON_COMPAT=( python3_{10..13} )
 inherit gnome.org gnome2-utils meson python-any-r1 xdg vala
 
 DESCRIPTION="Turn off all the lights"
-HOMEPAGE="https://wiki.gnome.org/Apps/Lightsoff"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/lightsoff"
 
 LICENSE="GPL-2+ CC-BY-SA-3.0"
 SLOT="0"