diff --git a/pkgs/development/tools/oras/default.nix b/pkgs/development/tools/oras/default.nix index a10ea73215d..9d7ad47d555 100644 --- a/pkgs/development/tools/oras/default.nix +++ b/pkgs/development/tools/oras/default.nix @@ -52,6 +52,6 @@ buildGoModule rec { changelog = "https://github.com/oras-project/oras/releases/tag/v${version}"; description = "The ORAS project provides a way to push and pull OCI Artifacts to and from OCI Registries"; license = licenses.asl20; - maintainers = with maintainers; [ jk ]; + maintainers = with maintainers; [ jk developer-guy ]; }; }