From 026824ef9b88fb61666c3bae7ae14c4c5a67966e Mon Sep 17 00:00:00 2001 From: Charlie Root Date: Thu, 16 Jan 2025 12:16:55 +0100 Subject: [PATCH] pay-respects: add bloxx12 to maintainers --- pkgs/by-name/pa/pay-respects/package.nix | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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"; }; }