mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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:
parent
c0df3aea49
commit
265b4270a5
@ -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";
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user