leftwm: add maintainer vuimuich

as I am maintainer of the upstream repo I'd like to add myself here too
This commit is contained in:
VuiMuich 2024-09-02 14:13:24 +02:00
parent c0df3aea49
commit 265b4270a5
No known key found for this signature in database

View File

@ -39,7 +39,7 @@ rustPlatform.buildRustPackage rec {
homepage = "https://github.com/leftwm/leftwm";
license = lib.licenses.mit;
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ yanganto ];
maintainers = with lib.maintainers; [ vuimuich yanganto ];
changelog = "https://github.com/leftwm/leftwm/blob/${version}/CHANGELOG.md";
mainProgram = "leftwm";
};