maintainers: remove 00-matt

This commit is contained in:
Matt Smith 2020-01-22 21:12:43 +00:00
parent 2d9e51adc3
commit a76b5a2c94
2 changed files with 1 additions and 7 deletions

View File

@ -40,12 +40,6 @@
See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data.
*/
{
"00-matt" = {
name = "Matt Smith";
email = "matt@offtopica.uk";
github = "00-matt";
githubId = 48835712;
};
"0x4A6F" = {
email = "0x4A6F@shackspace.de";
name = "Joachim Ernst";

View File

@ -23,7 +23,7 @@ buildGoPackage rec {
homepage = "https://kubeless.io";
description = "The Kubernetes Native Serverless Framework";
license = licenses.asl20;
maintainers = with maintainers; [ "00-matt" ];
maintainers = with maintainers; [];
platforms = platforms.unix;
};
}