emojione: Fix typo in meta.license attribute name
When installing this package, it broke because there was no meta.license attribute.
This commit is contained in:
parent
0d6d47edd1
commit
0157ffe0a3
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
|||
meta = with stdenv.lib; {
|
||||
description = "Open source emoji set";
|
||||
homepage = "http://emojione.com/";
|
||||
licenses = licenses.cc-by-40;
|
||||
license = licenses.cc-by-40;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ abbradar ];
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue