guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: emacs-consult-bibtex: Fix license.


From: guix-commits
Subject: branch master updated: gnu: emacs-consult-bibtex: Fix license.
Date: Thu, 25 Aug 2022 06:29:55 -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 80baa8f87a gnu: emacs-consult-bibtex: Fix license.
80baa8f87a is described below

commit 80baa8f87aa69151dffe04fb432a37c91d4dd242
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Thu Aug 25 12:28:42 2022 +0200

    gnu: emacs-consult-bibtex: Fix license.
    
    * gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[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 5d90b78208..b7460eb085 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -9106,7 +9106,7 @@ list of candidates.")
       (synopsis "Consulting-read interface for BibTeX completion")
       (description "This package provides a read interface for BibTeX
 completion using Consult.")
-      (license license:gpl3))))
+      (license license:gpl3+))))
 
 (define-public emacs-consult-dir
   (package



reply via email to

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