summary refs log tree commit diff
path: root/pkgs/tools/system/psensor/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/psensor/default.nix')
-rw-r--r--pkgs/tools/system/psensor/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/psensor/default.nix b/pkgs/tools/system/psensor/default.nix
index 6e3ccc45a03..33749f30be0 100644
--- a/pkgs/tools/system/psensor/default.nix
+++ b/pkgs/tools/system/psensor/default.nix
@@ -28,6 +28,6 @@ stdenv.mkDerivation rec {
     homepage = "https://wpitchoune.net/psensor/";
     license = licenses.mit;
     platforms = platforms.linux;
-    maintainers = with maintainers; [ cstrahan ];
+    maintainers = with maintainers; [ ];
   };
 }