md-tui: add anas to maintainers
This commit is contained in:
parent
f2e14433d7
commit
69fdcd4af5
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user