diff --git a/pkgs/by-name/oh/oha/package.nix b/pkgs/by-name/oh/oha/package.nix index 05595b6c9a3c..6cbd718eb848 100644 --- a/pkgs/by-name/oh/oha/package.nix +++ b/pkgs/by-name/oh/oha/package.nix @@ -47,7 +47,7 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://github.com/hatoo/oha"; changelog = "https://github.com/hatoo/oha/blob/v${finalAttrs.version}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = [ ]; + maintainers = [ lib.maintainers.jpds ]; mainProgram = "oha"; }; })