idnkit: update homepage

and precise license name and URL
main
Renaud 2 years ago committed by c0bw3b
parent 0532c0fcd8
commit da27e1dd8a
  1. 7
      pkgs/development/libraries/idnkit/default.nix

@ -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…
Cancel
Save