From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:51020) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iT1cb-0005mx-Qg for guix-patches@gnu.org; Fri, 08 Nov 2019 05:36:06 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iT1ca-0000cb-H2 for guix-patches@gnu.org; Fri, 08 Nov 2019 05:36:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:35958) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iT1ca-0000cT-DZ for guix-patches@gnu.org; Fri, 08 Nov 2019 05:36:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iT1ca-0007gH-8z for guix-patches@gnu.org; Fri, 08 Nov 2019 05:36:04 -0500 Subject: [bug#38122] [PATCH 011/197] gnu: pingus: Update source URI. Resent-Message-ID: From: Hartmut Goebel Date: Fri, 8 Nov 2019 11:33:39 +0100 Message-Id: <20191108103434.8390-12-h.goebel@crazy-compilers.com> In-Reply-To: <20191108103434.8390-1-h.goebel@crazy-compilers.com> References: <20191108103434.8390-1-h.goebel@crazy-compilers.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 38122@debbugs.gnu.org Cc: Marius Bakke From: Marius Bakke * gnu/packages/games.scm (pingus)[source](uri): Change to current repository. --- gnu/packages/games.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index d0a5d28f04..04b06c88ee 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -1438,7 +1438,7 @@ fight Morgoth, the Lord of Darkness.") (origin (method git-fetch) (uri (git-reference - (url "https://github.com/Pingus/pingus.git") + (url "https://gitlab.com/pingus/pingus.git") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 -- 2.21.0