guix-commits
[Top][All Lists]
Advanced

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

20/63: gnu: emacs-gitlab-ci-mode: Drop ".git" suffix in source URI.


From: guix-commits
Subject: 20/63: gnu: emacs-gitlab-ci-mode: Drop ".git" suffix in source URI.
Date: Sat, 29 May 2021 10:17:42 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit 649d9bccef910c042fa02a771ffce73b9c6c649d
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
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

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