mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +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 ];
|
||||
buildInputs = [ udev ];
|
||||
|
||||
meta = {
|
||||
homepage = http://0pointer.de/public/;
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://0pointer.de/blog/projects/being-smart.html;
|
||||
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