e17.embryo: Fix meta.
Meta attributes, if they are lists, must be lists of strings.
This commit is contained in:
parent
e95c97e698
commit
8d35dabd65
@ -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
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user