idnkit: update homepage

and precise license name and URL

Renaud da27e1dd 0532c0fc

+5 -2
+5 -2
pkgs/development/libraries/idnkit/default.nix
··· 12 12 buildInputs = [ libiconv ]; 13 13 14 14 meta = with lib; { 15 - homepage = "https://www.nic.ad.jp/ja/idn/idnkit"; 15 + homepage = "https://jprs.co.jp/idn/index-e.html"; 16 16 description = "Provides functionalities about i18n domain name processing"; 17 - license = "idnkit-2 license"; 17 + license = { 18 + fullName = "Open Source Code License version 1.1"; 19 + url = "https://jprs.co.jp/idn/idnkit2-OSCL.txt"; 20 + }; 18 21 platforms = platforms.linux; 19 22 }; 20 23 }