ngz pushed a commit to branch master
in repository guix.

commit 649d9bccef910c042fa02a771ffce73b9c6c649d
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Sat May 29 15:38:00 2021 +0200

    gnu: emacs-gitlab-ci-mode: Drop ".git" suffix in source URI.
    
    * gnu/packages/emacs-xyz.scm (emacs-gitlab-ci-mode)[source]: Drop ".git" 
suffix.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index f4e87f7..4fc3235 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -10116,7 +10116,7 @@ behavior very similar to that of Python mode.")
     (source (origin
               (method git-fetch)
               (uri (git-reference
-                    (url "https://gitlab.com/joewreschnig/gitlab-ci-mode.git";)
+                    (url "https://gitlab.com/joewreschnig/gitlab-ci-mode";)
                     (commit (string-append "v" version))))
               (file-name (git-file-name name version))
               (sha256

Reply via email to