about summary refs log tree commit diff
path: root/pkgs/tools/misc/maker-panel/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/maker-panel/default.nix')
-rw-r--r--pkgs/tools/misc/maker-panel/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/maker-panel/default.nix b/pkgs/tools/misc/maker-panel/default.nix
index cbe618d406fe0..12a5d46547a2c 100644
--- a/pkgs/tools/misc/maker-panel/default.nix
+++ b/pkgs/tools/misc/maker-panel/default.nix
@@ -32,6 +32,6 @@ rustPlatform.buildRustPackage rec {
     description = "Make mechanical PCBs by combining shapes together";
     homepage = "https://github.com/twitchyliquid64/maker-panel";
     license = with licenses; [ mit ];
-    maintainers = with maintainers; [ twitchyliquid64 ];
+    maintainers = with maintainers; [ ];
   };
 }