gnu: emacs-hercules: Remove ".git" suffix from source URI.
* gnu/packages/emacs-xyz.scm (emacs-hercules): Remove ".git" suffix.master
parent
424f60147c
commit
5c4fe5d5c7
|
@ -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
|
||||
|
|
Reference in New Issue