Merge pull request #25682 from Balletie/fix/emojione-meta-license-typo
emojione: Fix typo in meta.license attribute name
This commit is contained in:
commit
a856d476ec
|
@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Open source emoji set";
|
description = "Open source emoji set";
|
||||||
homepage = "http://emojione.com/";
|
homepage = "http://emojione.com/";
|
||||||
licenses = licenses.cc-by-40;
|
license = licenses.cc-by-40;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ abbradar ];
|
maintainers = with maintainers; [ abbradar ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue