Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
This commit is contained in:
@@ -16,6 +16,6 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Terminal keypress reading library";
|
||||
license = with licenses; [ mit ];
|
||||
license = licenses.mit;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user