texlive: add xworld21 to maintainers (#521244)

This commit is contained in:
Dmitry Kalinkin
2026-05-19 23:00:47 +00:00
committed by GitHub
3 changed files with 6 additions and 1 deletions
@@ -367,6 +367,7 @@ rec {
veprbl
raskin
jwiegley
xworld21
];
platforms = lib.platforms.all;
};
@@ -76,6 +76,7 @@ let
# without any appreciable benefit (as the combined packages already
# cause them all to be built and cached anyway).
hydraPlatforms = [ ];
maintainers = with lib.maintainers; [ xworld21 ];
}
// lib.optionalAttrs (args ? shortdesc) {
description = args.shortdesc;
@@ -579,7 +579,10 @@ let
meta = {
description = "TeX Live environment";
platforms = lib.platforms.all;
maintainers = with lib.maintainers; [ veprbl ];
maintainers = with lib.maintainers; [
veprbl
xworld21
];
license = licenses.scheme-infraonly;
};