diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-15 18:34:17 +0100 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2021-02-15 18:34:17 +0100 |
commit | 6e1a88756c2958b33cdb7a010d195bdc426ee896 (patch) | |
tree | a19e4e694163062a4d243535c7d6fe5cb2c8610a | |
parent | 060ea698b3c81426a99689396a7565a87815d022 (diff) | |
download | guix-6e1a88756c2958b33cdb7a010d195bdc426ee896.tar guix-6e1a88756c2958b33cdb7a010d195bdc426ee896.tar.gz |
gnu: emacs-transpose-frame: Remove ".git" suffix from source URI.
* gnu/packages/emacs-xyz.scm (emacs-transpose-frame): Remove ".git" suffix
from source URI.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index d03eb3bf36..c55f5508e0 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -12661,7 +12661,7 @@ and supports the use of a mouse.") (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 |