Made suggested changes to nkf package

This commit is contained in:
Jonathan Glines 2015-02-21 14:35:01 -07:00
parent 30061d3971
commit 3bfbed7535

View file

@ -12,9 +12,10 @@ stdenv.mkDerivation rec {
makeFlags = "prefix=\${out}";
meta = {
description = "tool for converting encoding of Japanese text";
description = "Tool for converting encoding of Japanese text";
homepage = "http://sourceforge.jp/projects/nkf/";
license = stdenv.lib.licenses.zlib;
platforms = stdenv.lib.platforms.unix;
maintainers = [ stdenv.lib.maintainers.auntie ];
};
}