about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorRyan Mulligan <ryan@ryantm.com>2024-04-26 19:28:46 -0700
committerGitHub <noreply@github.com>2024-04-26 19:28:46 -0700
commit30c31ffec4e91d53bc73bdabbec4204edc716b57 (patch)
tree2e16726c62f1efac58f81e644f793b7e99919635 /pkgs/tools/networking
parent48ad99298383749fad707fad90358cde1930bc9d (diff)
parent308cb342c912cc5fdbd3f1424dfc6f2f512a67b9 (diff)
Merge pull request #307033 from danderson/clerical-error
Leave the Determinate Systems community
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/pixiecore/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/pixiecore/default.nix b/pkgs/tools/networking/pixiecore/default.nix
index e73999d446890..cbdee103912ff 100644
--- a/pkgs/tools/networking/pixiecore/default.nix
+++ b/pkgs/tools/networking/pixiecore/default.nix
@@ -22,7 +22,7 @@ buildGoModule rec {
     description = "A tool to manage network booting of machines";
     homepage = "https://github.com/danderson/netboot/tree/master/pixiecore";
     license =  lib.licenses.asl20;
-    maintainers = with lib.maintainers; [ bbigras danderson ];
+    maintainers = with lib.maintainers; [ bbigras ];
     mainProgram = "pixiecore";
   };
 }