xmobar: fix maintainers entry for t4ccer

This commit is contained in:
Luna Nova 2021-12-25 10:34:31 -08:00 committed by Robert Helgesson
parent 6b1f56407b
commit 7a0a7d6427
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
2 changed files with 7 additions and 1 deletions

View file

@ -55,5 +55,5 @@ in {
xdg.configFile."xmobar/.xmobarrc".text = cfg.extraConfig;
};
meta.maintainers = with maintainers; [ t4ccer ];
meta.maintainers = [ hm.maintainers.t4ccer ];
}