mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: emacs-geiser: Remove ".git" suffix in source URL.
* gnu/packages/emacs-xyz.scm (emacs-geiser)[source]<url>: Remove ".git" suffix.
This commit is contained in:
parent
1eb4687b88
commit
baa7536c49
1 changed files with 1 additions and 1 deletions
|
@ -236,7 +236,7 @@ (define-public emacs-geiser
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/emacs-geiser/geiser.git")
|
||||
(url "https://gitlab.com/emacs-geiser/geiser")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue