gnu: emacs-citar-org-roam: Fix license.

* gnu/packages/emacs-xyz.scm (emacs-citar-org-roam)[license]: Set to GPL3+.
This commit is contained in:
Nicolas Goaziou 2023-04-09 20:17:44 +02:00 committed by Maxim Cournoyer
parent 62a1051ebf
commit d37acf4076
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -22059,7 +22059,7 @@ (define-public emacs-citar-org-roam
@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")