texlive: remove myself from meta.maintainers

That corresponds to the real situation since a couple years ago.
This commit is contained in:
Vladimír Čunát 2019-08-18 10:48:02 +02:00
parent 4f3e9ca93a
commit ea0aea7280
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

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