gnu: emacs-consult-bibtex: Fix license.

* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[license]: Use GPL3+.
This commit is contained in:
Nicolas Goaziou 2022-08-25 12:28:42 +02:00
parent 05f2938f04
commit 80baa8f87a
No known key found for this signature in database
GPG key ID: DA00B4F048E92F2D

View file

@ -9106,7 +9106,7 @@ (define-public emacs-consult-bibtex
(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