guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: emacs-hercules: Remove ".git" suffix from source URI.


From: guix-commits
Subject: 01/02: gnu: emacs-hercules: Remove ".git" suffix from source URI.
Date: Tue, 9 Feb 2021 03:07:07 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

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

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