Skip to content

Commit

Permalink
texlive: add veprbl to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Mar 16, 2019
1 parent 271ce3f commit 7669144
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/tools/typesetting/tex/texlive/bin.nix
Expand Up @@ -175,7 +175,7 @@ core = stdenv.mkDerivation rec {
description = "Basic binaries for TeX Live";
homepage = http://www.tug.org/texlive;
license = stdenv.lib.licenses.gpl2;
maintainers = with maintainers; [ vcunat lovek323 raskin jwiegley ];
maintainers = with maintainers; [ vcunat veprbl lovek323 raskin jwiegley ];
platforms = platforms.all;
};
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/typesetting/tex/texlive/default.nix
Expand Up @@ -170,7 +170,7 @@ in
platforms = lib.platforms.all;
hydraPlatforms = lib.optionals
(lib.elem pname ["scheme-small" "scheme-basic"]) platforms;
maintainers = [ lib.maintainers.vcunat ];
maintainers = with lib.maintainers; [ vcunat veprbl ];
}
(combine {
${pname} = attrs;
Expand Down

0 comments on commit 7669144

Please sign in to comment.