gnu: emacs-mood-line: Fix license.

* gnu/packages/emacs-xyz.scm (emacs-mood-line)[license]: Switch to GPL2+.
This commit is contained in:
Nicolas Goaziou 2020-09-27 14:23:07 +02:00
parent 0bf662b35b
commit f1f076c9dc
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -23051,7 +23051,7 @@ (define-public emacs-mood-line
(description
"Mood-line is a minimal Emacs mode-line configuration that aims to
replicate some of the features of the Doom modeline package.")
(license license:gpl3+)))
(license license:gpl2+)))
(define-public emacs-shrink-path
(package