smartmontools: add samasaur to maintainers
This commit is contained in:
@@ -90,7 +90,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Tools for monitoring the health of hard drives";
|
||||
homepage = "https://www.smartmontools.org/";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ Frostman ];
|
||||
maintainers = with lib.maintainers; [
|
||||
Frostman
|
||||
samasaur
|
||||
];
|
||||
platforms = with lib.platforms; linux ++ darwin;
|
||||
mainProgram = "smartctl";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user