From 2fabb7f99b06757e23b99fb1e98f1ae3afbaeb55 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Thu, 14 Mar 2024 21:33:30 +0100 Subject: [PATCH] babelstone-han: change license to Arphic-1999 found at https://www.babelstone.co.uk/Fonts/Han.html#License --- pkgs/data/fonts/babelstone-han/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/data/fonts/babelstone-han/default.nix b/pkgs/data/fonts/babelstone-han/default.nix index 9839295653d1..6dfad42d2086 100644 --- a/pkgs/data/fonts/babelstone-han/default.nix +++ b/pkgs/data/fonts/babelstone-han/default.nix @@ -23,7 +23,7 @@ stdenvNoCC.mkDerivation { description = "Unicode CJK font with over 36000 Han characters"; homepage = "https://www.babelstone.co.uk/Fonts/Han.html"; - license = licenses.free; + license = licenses.arphicpl; platforms = platforms.all; maintainers = with maintainers; [ emily ]; };