maintainers: nickthegroot moved to nixpkgs

Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
This commit is contained in:
Austin Horstman
2026-01-08 12:47:32 -06:00
parent 2db6bcc7ca
commit 609846bfd2
2 changed files with 1 additions and 7 deletions

View File

@@ -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";

View File

@@ -19,7 +19,7 @@ let
in
{
meta.maintainers = [ lib.hm.maintainers.nickthegroot ];
meta.maintainers = [ lib.maintainers.nickthegroot ];
options.programs.pgcli = {
enable = mkEnableOption "pgcli";