pay-respects: add bloxx12 to maintainers
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user