about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSergey Lukjanov <me@slukjanov.name>2020-02-25 23:10:05 -0800
committerSergey Lukjanov <me@slukjanov.name>2020-02-25 23:10:05 -0800
commite85f0a8970e269d584ae3e3a0917f6705c1044a9 (patch)
treeeb86b8be7e66d66eb178af6061a882683cb66462 /pkgs
parent38b0c556011e8910c10ceb3d03080e12e4a66c1e (diff)
downloadnixlib-e85f0a8970e269d584ae3e3a0917f6705c1044a9.tar
nixlib-e85f0a8970e269d584ae3e3a0917f6705c1044a9.tar.gz
nixlib-e85f0a8970e269d584ae3e3a0917f6705c1044a9.tar.bz2
nixlib-e85f0a8970e269d584ae3e3a0917f6705c1044a9.tar.lz
nixlib-e85f0a8970e269d584ae3e3a0917f6705c1044a9.tar.xz
nixlib-e85f0a8970e269d584ae3e3a0917f6705c1044a9.tar.zst
nixlib-e85f0a8970e269d584ae3e3a0917f6705c1044a9.zip
smartmontools: add Frostman to maintainers
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/system/smartmontools/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/smartmontools/default.nix b/pkgs/tools/system/smartmontools/default.nix
index c4d943cafe7e..077e1326f208 100644
--- a/pkgs/tools/system/smartmontools/default.nix
+++ b/pkgs/tools/system/smartmontools/default.nix
@@ -32,7 +32,7 @@ in stdenv.mkDerivation rec {
     description = "Tools for monitoring the health of hard drives";
     homepage    = https://www.smartmontools.org/;
     license     = licenses.gpl2Plus;
-    maintainers = with maintainers; [ peti ];
+    maintainers = with maintainers; [ peti Frostman ];
     platforms   = with platforms; linux ++ darwin;
   };
 }