guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-4clojure: Fix license.


From: guix-commits
Subject: branch master updated: gnu: emacs-4clojure: Fix license.
Date: Thu, 23 Apr 2020 04:32:31 -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 4eff273  gnu: emacs-4clojure: Fix license.
4eff273 is described below

commit 4eff27354255ee3dd53b8ec5307a33d32cb9ed8f
Author: Nicolas Goaziou <address@hidden>
AuthorDate: Thu Apr 23 10:32:06 2020 +0200

    gnu: emacs-4clojure: Fix license.
    
    * gnu/packages/emacs-xyz.scm (emacs-4clojure)[license]: Use 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 e312a91..17aea79 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -5409,7 +5409,7 @@ board and goal value can be customized.")
 @url{http://www.4clojure.com, 4clojure} problems.  You can open a specific
 question and move to the next or previous one.  You can also verify your
 answers.")
-      (license license:gpl3))))
+      (license license:gpl3+))))
 
 (define-public emacs-base16-theme
   (package



reply via email to

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