waybar: use Nixpkgs maintainers entry
I recently had my first package added to Nixpkgs and am now in the official list of maintainers so this information is no longer required here.
This commit is contained in:
parent
10df7a7eee
commit
0778a80ee0
2 changed files with 1 additions and 11 deletions
|
|
@ -161,7 +161,7 @@ let
|
|||
};
|
||||
};
|
||||
in {
|
||||
meta.maintainers = [ hm.maintainers.berbiche ];
|
||||
meta.maintainers = with lib.maintainers; [ berbiche ];
|
||||
|
||||
options.programs.waybar = with lib.types; {
|
||||
enable = mkEnableOption "Waybar";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue