diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-04-09 20:17:44 +0200 |
---|---|---|
committer | Maxim Cournoyer <maxim.cournoyer@gmail.com> | 2023-04-12 08:29:33 -0400 |
commit | d37acf40767e89327e06e2dcfc87e3d256aefa17 (patch) | |
tree | e0ebd32348ae115f8a7aaffed63da95294671d33 /gnu | |
parent | 62a1051ebf5d5e10fd1b9e835c89b347bd836dfd (diff) | |
download | guix-d37acf40767e89327e06e2dcfc87e3d256aefa17.tar.gz |
gnu: emacs-citar-org-roam: Fix license.
* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam)[license]: Set to GPL3+.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/emacs-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
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") |