diff options
| author | emilylange <git@emilylange.de> | 2024-10-05 15:18:03 +0200 |
|---|---|---|
| committer | emilylange <git@emilylange.de> | 2024-10-05 15:18:03 +0200 |
| commit | 8c31c4e46032f81e57dac8b0df8790f9a971d74b (patch) | |
| tree | 6bbeab5ca1e91c47a5b4c1aead4f80b5eecaac8a | |
| parent | apko: fix go tests (diff) | |
| download | nixpkgs-8c31c4e46032f81e57dac8b0df8790f9a971d74b.tar.gz | |
apko: add emilylange as maintainer
| -rw-r--r-- | pkgs/development/tools/apko/default.nix | 2 |
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 ]; }; } |
