mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: emacs-geiser-racket: Remove ".git" suffix from origin URI.
* gnu/packages/emacs-xyz.scm (emacs-geiser-racket)[source]: Remove ".git" suffix.
This commit is contained in:
parent
c899ed0ca7
commit
8691ea2ab7
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ a generic Scheme interaction mode for the GNU Emacs editor.")
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.com/emacs-geiser/racket.git")
|
||||
(url "https://gitlab.com/emacs-geiser/racket")
|
||||
(commit version)))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue