treewide maintainers: remove myself from a few places

It will better reflect the reality of the past few years.
This commit is contained in:
Vladimír Čunát
2021-05-07 16:07:08 +02:00
parent 73e17a3594
commit 9a650af266
5 changed files with 5 additions and 5 deletions

View File

@@ -118,6 +118,6 @@ stdenv.mkDerivation rec {
homepage = "http://fontconfig.org/";
license = licenses.bsd2; # custom but very bsd-like
platforms = platforms.all;
maintainers = [ maintainers.vcunat ];
maintainers = [ ];
};
}