about summary refs log tree commit diff
path: root/pkgs/tools/text/cconv/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/text/cconv/default.nix')
-rw-r--r--pkgs/tools/text/cconv/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/cconv/default.nix b/pkgs/tools/text/cconv/default.nix
index 3b80af365f657..8fe400aaab255 100644
--- a/pkgs/tools/text/cconv/default.nix
+++ b/pkgs/tools/text/cconv/default.nix
@@ -13,7 +13,7 @@ let version = "0.6.3"; in
   
   meta = with stdenv.lib; {
     description = "A iconv based simplified-traditional chinese conversion tool";
-    homepage = https://github.com/xiaoyjy/cconv;
+    homepage = "https://github.com/xiaoyjy/cconv";
     license = licenses.mit;
     platforms = platforms.linux;
     maintainers = [ maintainers.redfish64 ];