texlive: add xworld21 to maintainers (#521244)
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user