summary refs log tree commit diff
path: root/pkgs/tools/system/thinkfan/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/thinkfan/default.nix')
-rw-r--r--pkgs/tools/system/thinkfan/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/thinkfan/default.nix b/pkgs/tools/system/thinkfan/default.nix
index ea9deb8af66..97c61d2da0e 100644
--- a/pkgs/tools/system/thinkfan/default.nix
+++ b/pkgs/tools/system/thinkfan/default.nix
@@ -53,7 +53,7 @@ stdenv.mkDerivation rec {
     '';
     license = lib.licenses.gpl3Plus;
     homepage = "https://github.com/vmatare/thinkfan";
-    maintainers = with lib.maintainers; [ domenkozar ];
+    maintainers = with lib.maintainers; [ domenkozar rnhmjoj ];
     platforms = lib.platforms.linux;
   };
 }