Made suggested changes to nkf package
This commit is contained in:
@@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
makeFlags = "prefix=\${out}";
|
makeFlags = "prefix=\${out}";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "tool for converting encoding of Japanese text";
|
description = "Tool for converting encoding of Japanese text";
|
||||||
homepage = "http://sourceforge.jp/projects/nkf/";
|
homepage = "http://sourceforge.jp/projects/nkf/";
|
||||||
license = stdenv.lib.licenses.zlib;
|
license = stdenv.lib.licenses.zlib;
|
||||||
|
platforms = stdenv.lib.platforms.unix;
|
||||||
maintainers = [ stdenv.lib.maintainers.auntie ];
|
maintainers = [ stdenv.lib.maintainers.auntie ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user