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:
Nicolas Berbiche 2020-10-22 11:07:14 -04:00 committed by Robert Helgesson
parent 10df7a7eee
commit 0778a80ee0
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 1 additions and 11 deletions

View file

@ -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";