sg3_utils: add licenses
This commit is contained in:
parent
131bc90d08
commit
4503d462c7
@ -8,10 +8,10 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1wwy7iiz1lvc32c777yd4vp0c0dqfdlm5jrsm3aa62xx141pmjqx";
|
sha256 = "1wwy7iiz1lvc32c777yd4vp0c0dqfdlm5jrsm3aa62xx141pmjqx";
|
||||||
};
|
};
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://sg.danny.cz/sg/;
|
homepage = http://sg.danny.cz/sg/;
|
||||||
description = "Utilities that send SCSI commands to devices";
|
description = "Utilities that send SCSI commands to devices";
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ ];
|
license = with licenses; [ bsd2 gpl2Plus ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user