guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: emacs-piem: Fix license.


From: guix-commits
Subject: branch master updated: gnu: emacs-piem: Fix license.
Date: Sat, 24 Sep 2022 15:00:03 -0400

This is an automated email from the git hooks/post-receive script.

ngz pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new ffa8a7129f gnu: emacs-piem: Fix license.
ffa8a7129f is described below

commit ffa8a7129f4dae5c40eefa76fecfac218c65636e
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sat Sep 24 20:58:19 2022 +0200

    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(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]