ngz pushed a commit to branch master
in repository guix.

commit 5c4fe5d5c71d2639d1b44f6c54d088a33ce5c2fe
Author: Nicolas Goaziou <[email protected]>
AuthorDate: Tue Feb 9 09:05:48 2021 +0100

    gnu: emacs-hercules: Remove ".git" suffix from source URI.
    
    * gnu/packages/emacs-xyz.scm (emacs-hercules): Remove ".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 238e784..5cc740f 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -13235,7 +13235,7 @@ settings).")
      (origin
        (method git-fetch)
        (uri (git-reference
-             (url "https://gitlab.com/jjzmajic/hercules.el.git";)
+             (url "https://gitlab.com/jjzmajic/hercules.el";)
              (commit (string-append "v" version))))
        (file-name (git-file-name name version))
        (sha256

Reply via email to