guix_mirror_bot pushed a commit to branch master
in repository guix.

commit a02221fc34dbc6f328f59eeffccdb2312b9cdb95
Author: Cayetano Santos <[email protected]>
AuthorDate: Wed Jul 9 21:14:11 2025 +0200

    gnu: emacs-tempel: Fix indenting.
    
    * gnu/packages/emacs-xyz.scm (emacs-tempel)[source]: Correct indentation.
    
    Change-Id: I02154212d186611e3ada6b9bd2a0e5a578816aed
    Signed-off-by: Hilton Chain <[email protected]>
---
 gnu/packages/emacs-xyz.scm | 4 ++--
 1 file 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

Reply via email to