biber: use license from texlive source
This commit is contained in:
parent
58dc076f6f
commit
d2cb5e3642
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ perlPackages.buildPerlModule {
|
|||
|
||||
meta = with lib; {
|
||||
description = "Backend for BibLaTeX";
|
||||
license = with licenses; [ artistic1 gpl1Plus ];
|
||||
license = biberSource.meta.license;
|
||||
platforms = platforms.unix;
|
||||
maintainers = [ maintainers.ttuegel ];
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue