mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
gnu: emacs-slime: License is a mix of GPL2+ and public domain.
* gnu/packages/emacs.scm (emacs-slime)[license]: Update to (gpl2+ public-domain)
This commit is contained in:
parent
e2e5004f6e
commit
3bd45f5c80
1 changed files with 1 additions and 1 deletions
|
@ -3091,7 +3091,7 @@ (define-public emacs-slime
|
|||
While lisp-mode supports editing Lisp source files, @command{slime-mode}
|
||||
adds support for interacting with a running Common Lisp process
|
||||
for compilation, debugging, documentation lookup, and so on.")
|
||||
(license license:gpl2+)))
|
||||
(license (list license:gpl2+ license:public-domain))))
|
||||
|
||||
(define-public emacs-popup
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue