mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-27 04:59:27 -05:00
gnu: emacs-consult-bibtex: Fix license.
* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[license]: Use GPL3+.
This commit is contained in:
parent
05f2938f04
commit
80baa8f87a
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue