about summary refs log tree commit diff
path: root/pkgs/tools/system/ctop/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/ctop/default.nix')
-rw-r--r--pkgs/tools/system/ctop/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/ctop/default.nix b/pkgs/tools/system/ctop/default.nix
index 6cf30afa3fd7d..0ddaac6352310 100644
--- a/pkgs/tools/system/ctop/default.nix
+++ b/pkgs/tools/system/ctop/default.nix
@@ -19,7 +19,7 @@ buildGoModule rec {
     description = "Top-like interface for container metrics";
     homepage = "https://ctop.sh/";
     license = licenses.mit;
-    maintainers = with maintainers; [ apeyroux marsam ];
+    maintainers = with maintainers; [ apeyroux ];
     mainProgram = "ctop";
   };
 }