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

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

@ -151,4 +151,10 @@
github = "aheaume";
githubId = 13830042;
};
t4ccer = {
name = "t4ccer";
email = "t4ccer@users.noreply.github.com";
github = "t4ccer";
githubId = 64430288;
};
}

View File

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