about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2019-08-18 10:48:02 +0200
committerVladimír Čunát <v@cunat.cz>2019-08-18 10:49:14 +0200
commitea0aea72805ee6d70d4d06af6c331be503188c65 (patch)
tree47f48d47909ad961cf9bbedd9b9651a6e045b834
parent4f3e9ca93a91626256d1b1edae005288704c8225 (diff)
texlive: remove myself from meta.maintainers
That corresponds to the real situation since a couple years ago.
-rw-r--r--pkgs/tools/typesetting/tex/texlive/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/typesetting/tex/texlive/default.nix b/pkgs/tools/typesetting/tex/texlive/default.nix
index 23aca98ec81c0..a3b58e7274ded 100644
--- a/pkgs/tools/typesetting/tex/texlive/default.nix
+++ b/pkgs/tools/typesetting/tex/texlive/default.nix
@@ -170,7 +170,7 @@ in
             platforms = lib.platforms.all;
             hydraPlatforms = lib.optionals
               (lib.elem pname ["scheme-small" "scheme-basic"]) platforms;
-            maintainers = with lib.maintainers;  [ vcunat veprbl ];
+            maintainers = with lib.maintainers;  [ veprbl ];
           }
           (combine {
             ${pname} = attrs;