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:
Pierre Neidhardt 2018-10-19 18:00:14 +02:00
parent e2e5004f6e
commit 3bd45f5c80
No known key found for this signature in database
GPG Key ID: 9BDCF497A4BBCC7F
1 changed files with 1 additions and 1 deletions

View File

@ -3091,7 +3091,7 @@ an Emacs minor mode that complements the standard @command{lisp-mode}.
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