Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
This commit is contained in:
@@ -11,7 +11,7 @@ stdenv.mkDerivation {
|
||||
meta = with stdenv.lib; {
|
||||
homepage = http://sg.danny.cz/sg/sdparm.html;
|
||||
description = "A utility to access SCSI device parameters";
|
||||
license = with licenses; bsd3;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ nckx ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user