summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2022-09-24 20:58:19 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2022-09-24 20:58:19 +0200
commitffa8a7129f4dae5c40eefa76fecfac218c65636e (patch)
treea4582b37c8b93dd21c5f9e40a696d56e9e7c059e /gnu
parentf5f8a21cc97b4611955e847ca020f3144e4367da (diff)
downloadguix-ffa8a7129f4dae5c40eefa76fecfac218c65636e.tar.gz
gnu: emacs-piem: Fix license.
* gnu/packages/emacs-xyz.scm (emacs-piem)[license]: Set to GPL3+.
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/emacs-xyz.scm2
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