mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-12 09:56:14 -05:00
gnu: emacs-mood-line: Fix license.
* gnu/packages/emacs-xyz.scm (emacs-mood-line)[license]: Switch to GPL2+.
This commit is contained in:
parent
0bf662b35b
commit
f1f076c9dc
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue