From ffa8a7129f4dae5c40eefa76fecfac218c65636e Mon Sep 17 00:00:00 2001 From: Nicolas Goaziou Date: Sat, 24 Sep 2022 20:58:19 +0200 Subject: gnu: emacs-piem: Fix license. * gnu/packages/emacs-xyz.scm (emacs-piem)[license]: Set to GPL3+. --- gnu/packages/emacs-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu') 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 -- cgit 1.4.1