gnu: texlive-biber: Fix license.
* gnu/packages/tex.scm (texlive-biber)[license]: Set to ARTISTIC2.0.
This commit is contained in:
parent
f832746ab6
commit
c2057a608e
1 changed files with 1 additions and 1 deletions
|
@ -17889,7 +17889,7 @@ This package contains the complete TeX Live distribution.")
|
||||||
"Biber is a BibTeX replacement for users of BibLaTeX. It supports full
|
"Biber is a BibTeX replacement for users of BibLaTeX. It supports full
|
||||||
UTF-8, can (re)-encode input and output, supports highly configurable sorting,
|
UTF-8, can (re)-encode input and output, supports highly configurable sorting,
|
||||||
dynamic bibliography sets and many other features.")
|
dynamic bibliography sets and many other features.")
|
||||||
(license license:gpl3+)))
|
(license license:artistic2.0)))
|
||||||
|
|
||||||
(define-deprecated-package biber texlive-biber)
|
(define-deprecated-package biber texlive-biber)
|
||||||
|
|
||||||
|
|
Reference in a new issue