Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
This commit is contained in:
@@ -113,6 +113,6 @@ stdenv.mkDerivation rec {
|
||||
connect at startup to any preferred network within range.
|
||||
'';
|
||||
maintainers = [ maintainers.roconnor ];
|
||||
license = with licenses; gpl2;
|
||||
license = licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user