From 6e1a88756c2958b33cdb7a010d195bdc426ee896 Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Mon, 15 Feb 2021 18:34:17 +0100 Subject: gnu: emacs-transpose-frame: Remove ".git" suffix from source URI. * gnu/packages/emacs-xyz.scm (emacs-transpose-frame): Remove ".git" suffix from source URI. --- gnu/packages/emacs-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages') 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 -- cgit v1.2.3