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
@@ -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;
};
}