Skip to content

Commit

Permalink
pay-respects: add bloxx12 to maintainers
Browse files Browse the repository at this point in the history
  • Loading branch information
bloxx12 committed Jan 16, 2025
1 parent fb05f9b commit 026824e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/by-name/pa/pay-respects/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
};
}

0 comments on commit 026824e

Please sign in to comment.