1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-30 14:11:02 +01:00

maintainers: remove polykernel

This commit is contained in:
polykernel 2024-07-28 11:58:33 -04:00
parent d0240a064d
commit cd520fbd31
No known key found for this signature in database
7 changed files with 6 additions and 11 deletions

View file

@ -56,5 +56,5 @@ in {
};
};
meta.maintainers = [ hm.maintainers.polykernel ];
meta.maintainers = [ ];
}

View file

@ -14,7 +14,7 @@ let
config.xdg.configHome;
in {
meta.maintainers = [ hm.maintainers.polykernel ];
meta.maintainers = [ ];
options.programs.watson = {
enable = mkEnableOption "watson, a wonderful CLI to track your time";