From b2cb16133fd0f6a295ed2050562ce542d1bb7805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Lassieur?= Date: Sat, 2 Feb 2019 12:50:13 +0100 Subject: [PATCH] gnu: Fix syntax error in emacs-xyz.scm. * gnu/packages/emacs-xyz.scm (emacs-repo): Add missing parentheses and license. --- gnu/packages/emacs-xyz.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 6d325a6637..7decd51ea5 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -13040,6 +13040,7 @@ convenient to edit foreign files.") (description "This package provides integration of the Google Repo tool with emacs. It displays the output of the @code{repo status} command in a buffer and launches Magit from the status buffer for the project at point.") + (license license:gpl3+))) (define-public emacs-alect-themes (package