guix-commits
[Top][All Lists]
Advanced

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

08/10: gnu: emacs-racket-mode: Fix license.


From: guix-commits
Subject: 08/10: gnu: emacs-racket-mode: Fix license.
Date: Mon, 7 Feb 2022 04:46:24 -0500 (EST)

ngz pushed a commit to branch master
in repository guix.

commit 878777b442803abfc6933eeac7335ab174acc995
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Mon Feb 7 10:41:53 2022 +0100

    gnu: emacs-racket-mode: Fix license.
    
    * gnu/packages/emacs-xyz.scm (emacs-racket-mode)[license]: Use GPL2+.
---
 gnu/packages/emacs-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm
index 6f2cee8d8a..e86fc373df 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -20133,7 +20133,7 @@ perform regression test for packages that provide 
font-lock rules.")
 @item Follow DrRacket concepts where applicable.
 @item Thorough font-lock and indent.
 @end itemize\n")
-      (license license:gpl3+))))
+      (license license:gpl2+))))
 
 (define-public emacs-grep-context
   (let ((commit "5a4e3efdf775755c1bbefcfe4b461c1166d81d7d")



reply via email to

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