lib.licenses: Add Unicode License Agreement for Data Files and Software

This commit is contained in:
Konrad Borowski
2020-04-01 13:43:41 +00:00
committed by Alyssa Ross
parent 4528173318
commit e69e48a1e4
5 changed files with 9 additions and 4 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Unicode Han Database";
homepage = "https://www.unicode.org/";
license = licenses.free; # https://www.unicode.org/license.html
license = licenses.unicode-dfs-2016;
platforms = platforms.all;
};
}