Merge pull request #25682 from Balletie/fix/emojione-meta-license-typo

emojione: Fix typo in meta.license attribute name
This commit is contained in:
Jörg Thalheim 2017-05-11 07:55:41 +01:00 committed by GitHub
commit a856d476ec

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