mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-hercules: Remove ".git" suffix from source URI.
* gnu/packages/emacs-xyz.scm (emacs-hercules): Remove ".git" suffix.
This commit is contained in:
parent
424f60147c
commit
5c4fe5d5c7
1 changed files with 1 additions and 1 deletions
|
@ -13235,7 +13235,7 @@ settings).")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://gitlab.com/jjzmajic/hercules.el.git")
|
(url "https://gitlab.com/jjzmajic/hercules.el")
|
||||||
(commit (string-append "v" version))))
|
(commit (string-append "v" version))))
|
||||||
(file-name (git-file-name name version))
|
(file-name (git-file-name name version))
|
||||||
(sha256
|
(sha256
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue