guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: solarus: Remove ".git" suffix from URL.


From: guix-commits
Subject: branch master updated: gnu: solarus: Remove ".git" suffix from URL.
Date: Wed, 20 Jan 2021 12:40:12 -0500

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 60f0ab5  gnu: solarus: Remove ".git" suffix from URL.
60f0ab5 is described below

commit 60f0ab5fced2fc5e75892cdebca17f70684472fd
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Wed Jan 20 18:39:03 2021 +0100

    gnu: solarus: Remove ".git" suffix from URL.
    
    * gnu/packages/games.scm (solarus)[source]: Remove ".git" suffix from URL.
---
 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 edfa725..01580f7 100644
--- a/gnu/packages/games.scm
+++ b/gnu/packages/games.scm
@@ -2245,7 +2245,7 @@ and defeat them with your bubbles!")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/solarus-games/solarus.git";)
+             (url "https://gitlab.com/solarus-games/solarus";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256



reply via email to

[Prev in Thread] Current Thread [Next in Thread]