lib.licenses: Add Unicode License Agreement for Data Files and Software
This commit is contained in:
committed by
Alyssa Ross
parent
4528173318
commit
e69e48a1e4
@@ -53,7 +53,7 @@ symlinkJoin rec {
|
||||
meta = with stdenv.lib; {
|
||||
description = "Unicode Emoji Data Files";
|
||||
homepage = "https://home.unicode.org/emoji/";
|
||||
license = licenses.free; # https://www.unicode.org/license.html
|
||||
license = licenses.unicode-dfs-2016;
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user