noto-fonts-emoji: fix licenses

This commit is contained in:
Renaud 2018-11-24 18:23:53 +01:00 committed by GitHub
parent 84bd0c6859
commit 51435b4ac5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -116,7 +116,7 @@ rec {
inherit version;
description = "Color and Black-and-White emoji fonts";
homepage = https://github.com/googlei18n/noto-emoji;
license = licenses.asl20;
license = with licenses; [ ofl asl20 ];
platforms = platforms.all;
maintainers = with maintainers; [ mathnerd314 ];
};