e17.embryo: Fix meta.

Meta attributes, if they are lists, must be lists of strings.
This commit is contained in:
Shea Levy 2013-02-16 16:38:46 -05:00
parent e95c97e698
commit 8d35dabd65

View File

@ -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
};
}