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
No known key found for this signature in database
GPG Key ID: DA00B4F048E92F2D

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)