guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: Fix syntax error in emacs-xyz.scm.


From: guix-commits
Subject: 01/01: gnu: Fix syntax error in emacs-xyz.scm.
Date: Sat, 2 Feb 2019 06:56:17 -0500 (EST)

snape pushed a commit to branch master
in repository guix.

commit b2cb16133fd0f6a295ed2050562ce542d1bb7805
Author: Clément Lassieur <address@hidden>
Date:   Sat Feb 2 12:50:13 2019 +0100

    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 6d325a6..7decd51 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]