sg3_utils: add licenses

This commit is contained in:
Markus Kowalewski 2018-09-12 22:07:50 +02:00
parent 131bc90d08
commit 4503d462c7
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -8,10 +8,10 @@ stdenv.mkDerivation rec {
sha256 = "1wwy7iiz1lvc32c777yd4vp0c0dqfdlm5jrsm3aa62xx141pmjqx";
};
meta = {
meta = with stdenv.lib; {
homepage = http://sg.danny.cz/sg/;
description = "Utilities that send SCSI commands to devices";
platforms = stdenv.lib.platforms.linux;
maintainers = [ ];
platforms = platforms.linux;
license = with licenses; [ bsd2 gpl2Plus ];
};
}