idnkit: update homepage
and precise license name and URL
This commit is contained in:
parent
0532c0fcd8
commit
da27e1dd8a
1 changed files with 5 additions and 2 deletions
|
@ -12,9 +12,12 @@ stdenv.mkDerivation rec {
|
|||
buildInputs = [ libiconv ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.nic.ad.jp/ja/idn/idnkit";
|
||||
homepage = "https://jprs.co.jp/idn/index-e.html";
|
||||
description = "Provides functionalities about i18n domain name processing";
|
||||
license = "idnkit-2 license";
|
||||
license = {
|
||||
fullName = "Open Source Code License version 1.1";
|
||||
url = "https://jprs.co.jp/idn/idnkit2-OSCL.txt";
|
||||
};
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue