summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/networking/cluster/kubeless
diff options
context:
space:
mode:
authorMatt Smith <matt@offtopica.uk>2020-01-22 21:12:43 +0000
committerMatt Smith <matt@offtopica.uk>2020-01-22 21:12:43 +0000
commita76b5a2c94523aa947a81daed2a3e2d0b5917b99 (patch)
tree49b1f92357e67d0831134ecc8f051b46a8a32f23 /pkgs/applications/networking/cluster/kubeless
parent2d9e51adc37ce9d43ba273a1fa1fe6d4b9d21a21 (diff)
maintainers: remove 00-matt
Diffstat (limited to 'pkgs/applications/networking/cluster/kubeless')
-rw-r--r--pkgs/applications/networking/cluster/kubeless/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/kubeless/default.nix b/pkgs/applications/networking/cluster/kubeless/default.nix
index aaf183ad6667..48540bffb536 100644
--- a/pkgs/applications/networking/cluster/kubeless/default.nix
+++ b/pkgs/applications/networking/cluster/kubeless/default.nix
@@ -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;
};
}