hdparm: fix expression
This commit is contained in:
parent
00a6dd884d
commit
a345f5cb20
|
@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A tool to get/set ATA/SATA drive parameters under Linux";
|
description = "A tool to get/set ATA/SATA drive parameters under Linux";
|
||||||
homepage = http://sourceforge.net/projects/hdparm/;
|
homepage = http://sourceforge.net/projects/hdparm/;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
license = stdenv.lib.license.bsd2;
|
license = stdenv.lib.licenses.bsd2;
|
||||||
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
maintainers = with stdenv.lib.maintainers; [ fuuzetsu ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue