guix-commits
[Top][All Lists]
Advanced

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

211/244: gnu: emacs-citar-org-roam: Fix license.


From: guix-commits
Subject: 211/244: gnu: emacs-citar-org-roam: Fix license.
Date: Wed, 12 Apr 2023 08:49:31 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit d37acf40767e89327e06e2dcfc87e3d256aefa17
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]