From ed19d82384551a4e671d4cc62544c341730ab817 Mon Sep 17 00:00:00 2001 From: Vincenzo Mantova <1962985+xworld21@users.noreply.github.com> Date: Sun, 17 May 2026 13:36:15 +0100 Subject: [PATCH 1/3] texlive.bin.core{,-big}: add xworld21 to maintainers --- pkgs/tools/typesetting/tex/texlive/bin.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/typesetting/tex/texlive/bin.nix b/pkgs/tools/typesetting/tex/texlive/bin.nix index 371f34a3bd0c..c843cdb554ff 100644 --- a/pkgs/tools/typesetting/tex/texlive/bin.nix +++ b/pkgs/tools/typesetting/tex/texlive/bin.nix @@ -367,6 +367,7 @@ rec { veprbl raskin jwiegley + xworld21 ]; platforms = lib.platforms.all; }; From 47bfc7a8cf45cd7575bf4ea0f8fb128b75e83249 Mon Sep 17 00:00:00 2001 From: Vincenzo Mantova <1962985+xworld21@users.noreply.github.com> Date: Sun, 17 May 2026 13:36:16 +0100 Subject: [PATCH 2/3] texlivePackages: add xworld21 to maintainers --- pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix b/pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix index bda645c350b7..fec166c9af8e 100644 --- a/pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix +++ b/pkgs/tools/typesetting/tex/texlive/build-texlive-package.nix @@ -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; From 50f950180edeed44c8eeb1a884416690cdb81fa2 Mon Sep 17 00:00:00 2001 From: Vincenzo Mantova <1962985+xworld21@users.noreply.github.com> Date: Sun, 17 May 2026 13:36:16 +0100 Subject: [PATCH 3/3] texlive: add xworld21 to maintainers --- pkgs/tools/typesetting/tex/texlive/default.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix index c1b23064f3ed..d2acf9ca03e0 100644 --- a/pkgs/tools/typesetting/tex/texlive/default.nix +++ b/pkgs/tools/typesetting/tex/texlive/default.nix @@ -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; };