me
/
guix
Archived
1
0
Fork 0

gnu: emacs-piem: Fix license.

* gnu/packages/emacs-xyz.scm (emacs-piem)[license]: Set to GPL3+.
master
Nicolas Goaziou 2022-09-24 20:58:19 +02:00
parent f5f8a21cc9
commit ffa8a7129f
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D
1 changed files with 1 additions and 1 deletions

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