brotli.meta.maintainers: unlist myself

Years ago I thought I might use it for something, but anything like that
seems very unlikely to ever materialize, so let me focus on packages
that I consider more important.
This commit is contained in:
Vladimír Čunát 2020-11-08 09:43:36 +01:00
parent 9345401cee
commit f4c13d1d9d
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
'';
license = licenses.mit;
maintainers = [ maintainers.vcunat ];
maintainers = [ ];
platforms = platforms.all;
};
}