diff --git a/pkgs/by-name/hk/hk/package.nix b/pkgs/by-name/hk/hk/package.nix index b22ac9c9fa35..abe884cfe875 100644 --- a/pkgs/by-name/hk/hk/package.nix +++ b/pkgs/by-name/hk/hk/package.nix @@ -74,7 +74,10 @@ rustPlatform.buildRustPackage (finalAttrs: { homepage = "https://hk.jdx.dev"; changelog = "https://github.com/jdx/hk/blob/${finalAttrs.src.tag}/CHANGELOG.md"; license = lib.licenses.mit; - maintainers = with lib.maintainers; [ typedrat ]; + maintainers = with lib.maintainers; [ + typedrat + Br1ght0ne + ]; mainProgram = "hk"; }; })