mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 14:57:28 +03:00
libatasmart: add license, update homepage
This commit is contained in:
parent
a3f9340d93
commit
e0c319cee3
@ -11,9 +11,10 @@ stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ udev ];
|
buildInputs = [ udev ];
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://0pointer.de/public/;
|
homepage = http://0pointer.de/blog/projects/being-smart.html;
|
||||||
description = "Library for querying ATA SMART status";
|
description = "Library for querying ATA SMART status";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
license = licenses.lgpl21;
|
||||||
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user