fzf-make: add sigmanificient as a maintainer

Co-Authored-By: Sigmanificient <edhyjox@gmail.com>
This commit is contained in:
figsoda
2023-08-19 03:10:29 +00:00
committed by Anderson Torres
co-authored by Sigmanificient
parent fd0b5954d1
commit aea209b9ef
@@ -32,7 +32,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/kyu08/fzf-make";
changelog = "https://github.com/kyu08/fzf-make/releases/tag/${src.rev}";
license = licenses.mit;
maintainers = with maintainers; [ figsoda ];
maintainers = with maintainers; [ figsoda sigmanificient ];
mainProgram = "fzf-make";
};
}