tinymist: add GaetanLepage to maintainers

This commit is contained in:
Gaetan Lepage 2024-08-13 13:31:54 +02:00
parent 1fe2b16b1b
commit 1adabf3d87

View File

@ -75,6 +75,9 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/Myriad-Dreamin/tinymist"; homepage = "https://github.com/Myriad-Dreamin/tinymist";
license = lib.licenses.asl20; license = lib.licenses.asl20;
mainProgram = "tinymist"; mainProgram = "tinymist";
maintainers = with lib.maintainers; [ lampros ]; maintainers = with lib.maintainers; [
GaetanLepage
lampros
];
}; };
} }