diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-24 20:58:19 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2022-09-24 20:58:19 +0200 |
commit | ffa8a7129f4dae5c40eefa76fecfac218c65636e (patch) | |
tree | a4582b37c8b93dd21c5f9e40a696d56e9e7c059e | |
parent | f5f8a21cc97b4611955e847ca020f3144e4367da (diff) | |
download | guix-ffa8a7129f4dae5c40eefa76fecfac218c65636e.tar.gz |
gnu: emacs-piem: Fix license.
* gnu/packages/emacs-xyz.scm (emacs-piem)[license]: Set to GPL3+.
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/emacs-xyz.scm b/gnu/packages/emacs-xyz.scm index 38e6153385..0d3b81f04e 100644 --- a/gnu/packages/emacs-xyz.scm +++ b/gnu/packages/emacs-xyz.scm @@ -7065,7 +7065,7 @@ working with public-inbox archives. As much of the hard work here is already done by other Emacs libraries—things like mail clients, news readers, Git interfaces, and even web browsers—piem is mostly about bridging some of these parts for convenience.") - (license license:gpl3))) + (license license:gpl3+))) (define-public emacs-ert-expectations (package |