smartmontools: add Frostman to maintainers

This commit is contained in:
Sergey Lukjanov 2020-02-25 23:10:05 -08:00
parent 38b0c55601
commit e85f0a8970

View file

@ -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;
};
}