1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

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

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