pay-respects: add bloxx12 to maintainers

This commit is contained in:
Charlie Root
2025-01-16 12:30:57 +01:00
parent fb05f9b503
commit 026824ef9b
+4 -2
View File
@@ -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";
};
}