Merge pull request #78324 from 00-matt/remove-maintainer

maintainers: remove 00-matt
This commit is contained in:
worldofpeace 2020-01-22 17:05:07 -05:00 committed by GitHub
commit 038429eced
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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;
};
}