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