mirror of
https://github.com/nix-community/home-manager
synced 2024-11-26 06:30:28 +00:00
xmobar: fix maintainers entry for t4ccer
This commit is contained in:
parent
6b1f56407b
commit
7a0a7d6427
2 changed files with 7 additions and 1 deletions
|
@ -151,4 +151,10 @@
|
||||||
github = "aheaume";
|
github = "aheaume";
|
||||||
githubId = 13830042;
|
githubId = 13830042;
|
||||||
};
|
};
|
||||||
|
t4ccer = {
|
||||||
|
name = "t4ccer";
|
||||||
|
email = "t4ccer@users.noreply.github.com";
|
||||||
|
github = "t4ccer";
|
||||||
|
githubId = 64430288;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,5 +55,5 @@ in {
|
||||||
xdg.configFile."xmobar/.xmobarrc".text = cfg.extraConfig;
|
xdg.configFile."xmobar/.xmobarrc".text = cfg.extraConfig;
|
||||||
};
|
};
|
||||||
|
|
||||||
meta.maintainers = with maintainers; [ t4ccer ];
|
meta.maintainers = [ hm.maintainers.t4ccer ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue