mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: emacs-transpose-frame: Remove ".git" suffix from source URI.
* gnu/packages/emacs-xyz.scm (emacs-transpose-frame): Remove ".git" suffix from source URI.
This commit is contained in:
parent
060ea698b3
commit
6e1a88756c
1 changed files with 1 additions and 1 deletions
|
@ -12661,7 +12661,7 @@ (define-public emacs-transpose-frame
|
|||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://github.com/emacsorphanage/transpose-frame.git")
|
||||
(url "https://github.com/emacsorphanage/transpose-frame")
|
||||
(commit (string-append "v" version))))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256
|
||||
|
|
Loading…
Reference in a new issue