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

@ -25,16 +25,6 @@
github = "cwyc";
githubId = 16950437;
};
berbiche = {
name = "Nicolas Berbiche";
email = "berbiche@users.noreply.github.com";
github = "berbiche";
githubId = 20448408;
keys = [{
longkeyid = "rsa4096/0xB461292445C6E696";
fingerprint = "D446 E58D 87A0 31C7 EC15 88D7 B461 2924 45C6 E696";
}];
};
olmokramer = {
name = "Olmo Kramer";
email = "olmokramer@users.noreply.github.com";

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