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:
Balletie 2017-05-10 21:25:26 +02:00
parent 0d6d47edd1
commit 0157ffe0a3
No known key found for this signature in database
GPG Key ID: A728847A61ACE466
1 changed files with 1 additions and 1 deletions

View File

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