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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9F8191396D0 for ; Wed, 16 Aug 2017 07:29:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DEC72E0E7C; Wed, 16 Aug 2017 07:29:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDDE0E0E7C for ; Wed, 16 Aug 2017 07:29:47 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C7DE5341742 for ; Wed, 16 Aug 2017 07:29:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3C5057847 for ; Wed, 16 Aug 2017 07:29:45 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1502868579.d3df2f070522101edfd75434e3778084a6a307f4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-misc/games-envd/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-misc/games-envd/games-envd-0.ebuild X-VCS-Directories: games-misc/games-envd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: d3df2f070522101edfd75434e3778084a6a307f4 X-VCS-Branch: master Date: Wed, 16 Aug 2017 07:29:45 +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-Archives-Salt: a39efa19-9113-4ef4-82ff-56f32f5437e9 X-Archives-Hash: 052777619f94c1cf954f5b691fb4e05b commit: d3df2f070522101edfd75434e3778084a6a307f4 Author: Michael Mair-Keimberger (asterix) gmail com> AuthorDate: Sun Aug 6 09:39:46 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Aug 16 07:29:39 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3df2f07 games-misc/games-envd: fix HOMEPAGE games-misc/games-envd/games-envd-0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-misc/games-envd/games-envd-0.ebuild b/games-misc/games-envd/games-envd-0.ebuild index 2824a9677f0..4cf3739f060 100644 --- a/games-misc/games-envd/games-envd-0.ebuild +++ b/games-misc/games-envd/games-envd-0.ebuild @@ -6,7 +6,7 @@ EAPI=5 inherit multilib games DESCRIPTION="Environment file for gentoo games" -HOMEPAGE="https://www.gentoo.org/proj/en/desktop/games/index.xml" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Games" SRC_URI="" LICENSE="GPL-2"