diff --git a/pkgs/by-name/pa/pay-respects/package.nix b/pkgs/by-name/pa/pay-respects/package.nix index 754e39ab8114..84d4acd89e43 100644 --- a/pkgs/by-name/pa/pay-respects/package.nix +++ b/pkgs/by-name/pa/pay-respects/package.nix @@ -27,12 +27,14 @@ rustPlatform.buildRustPackage rec { openssl ]; - meta = { description = "Terminal command correction, alternative to `thefuck`, written in Rust"; homepage = "https://codeberg.org/iff/pay-respects"; license = lib.licenses.agpl3Plus; - maintainers = with lib.maintainers; [ sigmasquadron ]; + maintainers = with lib.maintainers; [ + sigmasquadron + bloxx12 + ]; mainProgram = "pay-respects"; }; }