diff --git a/modules/lib/maintainers.nix b/modules/lib/maintainers.nix index a374dbaa8..138c337eb 100644 --- a/modules/lib/maintainers.nix +++ b/modules/lib/maintainers.nix @@ -423,12 +423,6 @@ github = "natecox"; githubId = 2782695; }; - nickthegroot = { - name = "Nick DeGroot"; - email = "nick@nickthegroot.com"; - github = "nickthegroot"; - githubId = 1966472; - }; nikp123 = { name = "nikp123"; email = "nikp123@users.noreply.github.com"; diff --git a/modules/programs/pgcli.nix b/modules/programs/pgcli.nix index 98eb2fd12..0c612af91 100644 --- a/modules/programs/pgcli.nix +++ b/modules/programs/pgcli.nix @@ -19,7 +19,7 @@ let in { - meta.maintainers = [ lib.hm.maintainers.nickthegroot ]; + meta.maintainers = [ lib.maintainers.nickthegroot ]; options.programs.pgcli = { enable = mkEnableOption "pgcli";