Don't use "with licenses;" for single licences
And don't use square brackets on such lines.
This commit is contained in:
@@ -102,7 +102,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
license = with licenses; [ ruby ];
|
||||
license = licenses.ruby;
|
||||
homepage = "http://www.ruby-lang.org/en/";
|
||||
description = "The Ruby language";
|
||||
maintainers = with maintainers; [ lovek323 ];
|
||||
|
||||
Reference in New Issue
Block a user