md-tui: add anas to maintainers

This commit is contained in:
aleksana 2024-09-03 20:15:30 +08:00
parent f2e14433d7
commit 69fdcd4af5

View File

@ -38,7 +38,10 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/henriklovhaug/md-tui";
changelog = "https://github.com/henriklovhaug/md-tui/blob/${src.rev}/CHANGELOG.md";
license = lib.licenses.agpl3Only;
maintainers = with lib.maintainers; [ GaetanLepage ];
maintainers = with lib.maintainers; [
GaetanLepage
anas
];
platforms = lib.platforms.all;
mainProgram = "mdt";
};