summary refs log tree commit diff
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2021-02-03 11:29:34 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2021-02-03 11:40:58 +0100
commit32e1eb37422b0aa3c19790e1d5be72948c0899c7 (patch)
treeb55c6246b0dca1e52ef9511d9be9b478adf4130d
parentf5461e2654a4817aad199b747f488ab67e5ef04f (diff)
downloadnixpkgs-32e1eb37422b0aa3c19790e1d5be72948c0899c7.tar
nixpkgs-32e1eb37422b0aa3c19790e1d5be72948c0899c7.tar.gz
nixpkgs-32e1eb37422b0aa3c19790e1d5be72948c0899c7.tar.bz2
nixpkgs-32e1eb37422b0aa3c19790e1d5be72948c0899c7.tar.lz
nixpkgs-32e1eb37422b0aa3c19790e1d5be72948c0899c7.tar.xz
nixpkgs-32e1eb37422b0aa3c19790e1d5be72948c0899c7.tar.zst
nixpkgs-32e1eb37422b0aa3c19790e1d5be72948c0899c7.zip
thinkfan: add rnhmjoj as maintainer
-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;
   };
 }