xmobar: fix maintainers entry for t4ccer
This commit is contained in:
parent
6b1f56407b
commit
7a0a7d6427
|
@ -151,4 +151,10 @@
|
|||
github = "aheaume";
|
||||
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;
|
||||
};
|
||||
|
||||
meta.maintainers = with maintainers; [ t4ccer ];
|
||||
meta.maintainers = [ hm.maintainers.t4ccer ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue