summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:08:15 +0200
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2023-07-18 18:19:02 +0200
commitc2057a608e4a8a8f9c2c68609b5b00a3acafdf9d (patch)
tree3f92e1ee9dd160b94b79e604c30337d93e6823a5 /gnu
parentf832746ab6b124814ceb6dedc141c9f60f34e082 (diff)
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.scm2
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)