e17.embryo: Fix meta.
Meta attributes, if they are lists, must be lists of strings.
This commit is contained in:
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
|
||||
untouched.
|
||||
'';
|
||||
homepage = http://enlightenment.org/;
|
||||
license = with stdenv.lib.licenses; [ bsd2 bsd3 ]; # not sure
|
||||
license = with stdenv.lib.licenses; [ bsd2.shortName bsd3.shortName ]; # not sure
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user