tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
idnkit: update homepage
and precise license name and URL
Renaud
4 years ago
da27e1dd
0532c0fc
+5
-2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
idnkit
default.nix
+5
-2
pkgs/development/libraries/idnkit/default.nix
···
12
12
buildInputs = [ libiconv ];
13
13
14
14
meta = with lib; {
15
15
-
homepage = "https://www.nic.ad.jp/ja/idn/idnkit";
15
15
+
homepage = "https://jprs.co.jp/idn/index-e.html";
16
16
description = "Provides functionalities about i18n domain name processing";
17
17
-
license = "idnkit-2 license";
17
17
+
license = {
18
18
+
fullName = "Open Source Code License version 1.1";
19
19
+
url = "https://jprs.co.jp/idn/idnkit2-OSCL.txt";
20
20
+
};
18
21
platforms = platforms.linux;
19
22
};
20
23
}