1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 05:30:38 +02:00

gnu: emacs-piem: Fix license.

* gnu/packages/emacs-xyz.scm (emacs-piem)[license]: Set to GPL3+.
This commit is contained in:
Nicolas Goaziou
2022-09-24 20:58:19 +02:00
parent f5f8a21cc9
commit ffa8a7129f

View File

@@ -7065,7 +7065,7 @@ working with public-inbox archives. As much of the hard work here is already
done by other Emacs librariesthings like mail clients, news readers, Git
interfaces, and even web browserspiem is mostly about bridging some of these
parts for convenience.")
(license license:gpl3)))
(license license:gpl3+)))
(define-public emacs-ert-expectations
(package