Unverified Commit 265b4270 authored by VuiMuich's avatar VuiMuich
Browse files

leftwm: add maintainer `vuimuich`

as I am maintainer of the upstream repo I'd like to add myself here too
parent c0df3aea
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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";
  };