1
0
mirror of https://github.com/nix-community/home-manager synced 2024-06-02 04:53:33 +02:00

pasystray, status-notifier-watcher: fix maintainers entry for pltanton

This commit is contained in:
Luna Nova 2021-12-25 10:42:33 -08:00 committed by Robert Helgesson
parent eb4a1ad68f
commit 907e63250a
No known key found for this signature in database
GPG Key ID: 36BDAA14C2797E89
3 changed files with 8 additions and 2 deletions

View File

@ -163,4 +163,10 @@
github = "nurelin";
githubId = 5276274;
};
pltanton = {
name = "pltanton";
email = "plotnikovanton@gmail.com";
github = "pltanton";
githubId = 4561823;
};
}

View File

@ -3,7 +3,7 @@
with lib;
{
meta.maintainers = [ maintainers.pltanton ];
meta.maintainers = [ hm.maintainers.pltanton ];
options = {
services.pasystray = { enable = mkEnableOption "PulseAudio system tray"; };

View File

@ -7,7 +7,7 @@ let
cfg = config.services.status-notifier-watcher;
in {
meta.maintainers = [ maintainers.pltanton ];
meta.maintainers = [ hm.maintainers.pltanton ];
options = {
services.status-notifier-watcher = {