Merge pull request #78324 from 00-matt/remove-maintainer
maintainers: remove 00-matt
This commit is contained in:
commit
038429eced
@ -40,12 +40,6 @@
|
|||||||
See `./scripts/check-maintainer-github-handles.sh` for an example on how to work with this data.
|
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" = {
|
"0x4A6F" = {
|
||||||
email = "0x4A6F@shackspace.de";
|
email = "0x4A6F@shackspace.de";
|
||||||
name = "Joachim Ernst";
|
name = "Joachim Ernst";
|
||||||
|
@ -23,7 +23,7 @@ buildGoPackage rec {
|
|||||||
homepage = "https://kubeless.io";
|
homepage = "https://kubeless.io";
|
||||||
description = "The Kubernetes Native Serverless Framework";
|
description = "The Kubernetes Native Serverless Framework";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = with maintainers; [ "00-matt" ];
|
maintainers = with maintainers; [];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user