mirror of
https://github.com/nix-community/home-manager
synced 2024-11-10 07:04:17 +00:00
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
|
@ -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";
|
||||
|
|
|
@ -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…
Reference in a new issue