mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 03:43:53 +03:00
Made suggested changes to nkf package
This commit is contained in:
parent
30061d3971
commit
3bfbed7535
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user