gnu: emacs-racket-mode: Fix license.

* gnu/packages/emacs-xyz.scm (emacs-racket-mode)[license]: Use GPL2+.
This commit is contained in:
Nicolas Goaziou 2022-02-07 10:41:53 +01:00
parent 28e63ccfb6
commit 878777b442
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

View File

@ -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")