1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-14 09:00:39 +02:00

gnu: texlive-biber: Fix license.

* gnu/packages/tex.scm (texlive-biber)[license]: Set to ARTISTIC2.0.
This commit is contained in:
Nicolas Goaziou
2023-07-18 18:08:15 +02:00
parent f832746ab6
commit c2057a608e

View File

@@ -17889,7 +17889,7 @@ This package contains the complete TeX Live distribution.")
"Biber is a BibTeX replacement for users of BibLaTeX. It supports full
UTF-8, can (re)-encode input and output, supports highly configurable sorting,
dynamic bibliography sets and many other features.")
(license license:gpl3+)))
(license license:artistic2.0)))
(define-deprecated-package biber texlive-biber)