mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-06 11:00:19 +01: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 @@ and supports the use of a mouse.")
|
||||||
(origin
|
(origin
|
||||||
(method git-fetch)
|
(method git-fetch)
|
||||||
(uri (git-reference
|
(uri (git-reference
|
||||||
(url "https://github.com/emacsorphanage/transpose-frame.git")
|
(url "https://github.com/emacsorphanage/transpose-frame")
|
||||||
(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
Reference in a new issue