diff options
author | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:08:15 +0200 |
---|---|---|
committer | Nicolas Goaziou <mail@nicolasgoaziou.fr> | 2023-07-18 18:19:02 +0200 |
commit | c2057a608e4a8a8f9c2c68609b5b00a3acafdf9d (patch) | |
tree | 3f92e1ee9dd160b94b79e604c30337d93e6823a5 /gnu | |
parent | f832746ab6b124814ceb6dedc141c9f60f34e082 (diff) | |
download | guix-c2057a608e4a8a8f9c2c68609b5b00a3acafdf9d.tar.gz |
gnu: texlive-biber: Fix license.
* gnu/packages/tex.scm (texlive-biber)[license]: Set to ARTISTIC2.0.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/tex.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/tex.scm b/gnu/packages/tex.scm index 91e61b8545..b207729919 100644 --- a/gnu/packages/tex.scm +++ b/gnu/packages/tex.scm @@ -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) |