biber: use license from texlive source

This commit is contained in:
Vincenzo Mantova 2023-08-14 13:14:11 +01:00
parent 58dc076f6f
commit d2cb5e3642

View file

@ -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 ];
};