fzf-make: add sigmanificient as a maintainer

Co-Authored-By: Sigmanificient <edhyjox@gmail.com>
This commit is contained in:
figsoda 2023-08-18 16:11:59 -04:00 committed by Anderson Torres
parent fd0b5954d1
commit aea209b9ef

View file

@ -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";
};
}