gnu: Fix syntax error in emacs-xyz.scm.
* gnu/packages/emacs-xyz.scm (emacs-repo): Add missing parentheses and license.
This commit is contained in:
parent
7106671088
commit
b2cb16133f
|
@ -13040,6 +13040,7 @@ convenient to edit foreign files.")
|
||||||
(description "This package provides integration of the Google Repo tool
|
(description "This package provides integration of the Google Repo tool
|
||||||
with emacs. It displays the output of the @code{repo status} command in a
|
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.")
|
buffer and launches Magit from the status buffer for the project at point.")
|
||||||
|
(license license:gpl3+)))
|
||||||
|
|
||||||
(define-public emacs-alect-themes
|
(define-public emacs-alect-themes
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue