summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoremilylange <git@emilylange.de>2024-10-05 15:18:03 +0200
committeremilylange <git@emilylange.de>2024-10-05 15:18:03 +0200
commit8c31c4e46032f81e57dac8b0df8790f9a971d74b (patch)
tree6bbeab5ca1e91c47a5b4c1aead4f80b5eecaac8a
parentapko: fix go tests (diff)
downloadnixpkgs-8c31c4e46032f81e57dac8b0df8790f9a971d74b.tar.gz
apko: add emilylange as maintainer
-rw-r--r--pkgs/development/tools/apko/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/tools/apko/default.nix b/pkgs/development/tools/apko/default.nix
index ab67eb3e252d..257d6b3c354e 100644
--- a/pkgs/development/tools/apko/default.nix
+++ b/pkgs/development/tools/apko/default.nix
@@ -74,6 +74,6 @@ buildGoModule rec {
description = "Build OCI images using APK directly without Dockerfile";
mainProgram = "apko";
license = licenses.asl20;
- maintainers = with maintainers; [ jk developer-guy ];
+ maintainers = with maintainers; [ jk developer-guy emilylange ];
};
}