Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-mud/gnome-mud/
Date: Thu, 16 Aug 2018 21:33:36
Message-Id: 1534455143.d4bf263c0f6c11fc1481c74228f0f04509045783.leio@gentoo
1 commit: d4bf263c0f6c11fc1481c74228f0f04509045783
2 Author: Francesco Turco <fturco <AT> fastmail <DOT> fm>
3 AuthorDate: Sun Aug 5 20:22:29 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 16 21:32:23 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bf263c
7
8 games-mud/gnome-mud: replace git.gnome.org with gitlab.gnome.org
9
10 Closes: https://github.com/gentoo/gentoo/pull/9467
11
12 games-mud/gnome-mud/gnome-mud-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/games-mud/gnome-mud/gnome-mud-9999.ebuild b/games-mud/gnome-mud/gnome-mud-9999.ebuild
16 index 074b3bad3d2..c990ec03406 100644
17 --- a/games-mud/gnome-mud/gnome-mud-9999.ebuild
18 +++ b/games-mud/gnome-mud/gnome-mud-9999.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2017 Gentoo Foundation
21 +# Copyright 1999-2018 Gentoo Foundation
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -9,7 +9,7 @@ inherit gnome2 git-r3
26 DESCRIPTION="GNOME MUD client"
27 HOMEPAGE="https://wiki.gnome.org/Apps/GnomeMud"
28 SRC_URI=""
29 -EGIT_REPO_URI="git://git.gnome.org/gnome-mud"
30 +EGIT_REPO_URI="git://gitlab.gnome.org/GNOME/gnome-mud"
31
32 LICENSE="GPL-2+"
33 SLOT="0"