summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorIlan Joselevich <personal@ilanjoselevich.com>2023-03-06 22:40:10 +0200
committerGitHub <noreply@github.com>2023-03-06 22:40:10 +0200
commitbbe706eaec8536536c8c1111a45bb54d5a3e5d31 (patch)
tree35da4771e8099eea62389273f3df0bafffcb7950
parent2b8caef5e22a2b958c54c6c647347734635332d9 (diff)
parent2a2831c9e9f3b7f2d62373a3700a2c9c0862ea3d (diff)
Merge pull request #219476 from developer-guy/feature/ko-add-developerguy
ko: add developer-guy to maintainers list
-rw-r--r--pkgs/development/tools/ko/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/ko/default.nix b/pkgs/development/tools/ko/default.nix
index ab77a3d0606d..447b7ba6987a 100644
--- a/pkgs/development/tools/ko/default.nix
+++ b/pkgs/development/tools/ko/default.nix
@@ -60,6 +60,6 @@ buildGoModule rec {
ko also includes support for simple YAML templating which makes it a powerful tool for Kubernetes applications.
'';
license = licenses.asl20;
- maintainers = with maintainers; [ nickcao jk vdemeester ];
+ maintainers = with maintainers; [ nickcao jk vdemeester developer-guy ];
};
}