mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
texlive: remove myself from meta.maintainers
That corresponds to the real situation since a couple years ago.
This commit is contained in:
parent
4f3e9ca93a
commit
ea0aea7280
1 changed files with 1 additions and 1 deletions
|
@ -170,7 +170,7 @@ in
|
||||||
platforms = lib.platforms.all;
|
platforms = lib.platforms.all;
|
||||||
hydraPlatforms = lib.optionals
|
hydraPlatforms = lib.optionals
|
||||||
(lib.elem pname ["scheme-small" "scheme-basic"]) platforms;
|
(lib.elem pname ["scheme-small" "scheme-basic"]) platforms;
|
||||||
maintainers = with lib.maintainers; [ vcunat veprbl ];
|
maintainers = with lib.maintainers; [ veprbl ];
|
||||||
}
|
}
|
||||||
(combine {
|
(combine {
|
||||||
${pname} = attrs;
|
${pname} = attrs;
|
||||||
|
|
Loading…
Reference in a new issue