about summary refs log tree commit diff
path: root/pkgs/applications/version-management
diff options
context:
space:
mode:
authorNoah Fontes <noah@noahfontes.com>2022-09-07 22:33:26 -0700
committerNoah Fontes <noah@noahfontes.com>2022-10-09 15:48:05 -0700
commit453192aa4ba3c76e3071531132417d45cf214485 (patch)
tree03f33d8b4d4ba68ef683e720718c2c86d4fbfe7a /pkgs/applications/version-management
parent2576bb2c1831aa22f7dfaf8c5ca3aed5e1619995 (diff)
p4d: add corngood to maintainers
Diffstat (limited to 'pkgs/applications/version-management')
-rw-r--r--pkgs/applications/version-management/p4d/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/version-management/p4d/default.nix b/pkgs/applications/version-management/p4d/default.nix
index 5b98131303d3b..e2cf8e1013c3d 100644
--- a/pkgs/applications/version-management/p4d/default.nix
+++ b/pkgs/applications/version-management/p4d/default.nix
@@ -47,6 +47,6 @@ stdenv.mkDerivation {
     license = licenses.unfree;
     mainProgram = "p4d";
     platforms = builtins.attrNames srcs;
-    maintainers = with maintainers; [ impl ];
+    maintainers = with maintainers; [ corngood impl ];
   };
 }