guix-commits
[Top][All Lists]
Advanced

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

06/09: gnu: emacs-citar-org-roam: Fix license.


From: guix-commits
Subject: 06/09: gnu: emacs-citar-org-roam: Fix license.
Date: Sun, 9 Apr 2023 15:29:00 -0400 (EDT)

ngz pushed a commit to branch master
in repository guix.

commit ad4d6885431c35216fadd14e0f25b825678afd1f
Author: Nicolas Goaziou <mail@nicolasgoaziou.fr>
AuthorDate: Sun Apr 9 20:17:44 2023 +0200

    gnu: emacs-citar-org-roam: Fix license.
    
    * gnu/packages/emacs-xyz.scm (emacs-citar-org-roam)[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 5d9f8a99ae..486740c198 100644
--- a/gnu/packages/emacs-xyz.scm
+++ b/gnu/packages/emacs-xyz.scm
@@ -22059,7 +22059,7 @@ Citar note support:
 @item ability to query note citations by reference
 @item ``live'' updating of Citar UI for presence of notes
 @end itemize")
-    (license license:gpl3)))
+    (license license:gpl3+)))
 
 (define-public emacs-helm-bibtex
   (let ((commit "8ebf50d5bd368082d0b7ab79d26a52f372cdef98")



reply via email to

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