guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: emacs-slime: License is a mix of GPL2+ and public domain.


From: Pierre Neidhardt
Subject: 01/01: gnu: emacs-slime: License is a mix of GPL2+ and public domain.
Date: Fri, 19 Oct 2018 12:01:00 -0400 (EDT)

ambrevar pushed a commit to branch master
in repository guix.

commit 3bd45f5c809a56baafb355d93c1d2a243d6dd996
Author: Pierre Neidhardt <address@hidden>
Date:   Fri Oct 19 18:00:14 2018 +0200

    gnu: emacs-slime: License is a mix of GPL2+ and public domain.
    
    * gnu/packages/emacs.scm (emacs-slime)[license]: Update to (gpl2+ 
public-domain)
---
 gnu/packages/emacs.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 57841e8..6b360b5 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -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



reply via email to

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