diff options
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 63bf0d18a8..3de02995d2 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -20941,8 +20941,8 @@ been adapted to also work with mu4e.") (source (origin (method git-fetch) (uri (git-reference - (url "https://github.com/minad/tempel") - (commit version))) + (url "https://github.com/minad/tempel") + (commit version))) (file-name (git-file-name name version)) (sha256 (base32 |