about summary refs log tree commit diff
path: root/pkgs/shells/zsh
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2015-04-20 14:20:03 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2015-04-20 14:20:03 +0200
commit61cca2cadf25ac10c457b9c156aabb0176e7b6fc (patch)
tree82b8aafe6b4fb483bbb4dfc655abcf3241e0703e /pkgs/shells/zsh
parentfc91ba52dfcc8f992b81cd10fcc1d79ce33ac47c (diff)
downloadnixlib-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar
nixlib-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar.gz
nixlib-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar.bz2
nixlib-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar.lz
nixlib-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar.xz
nixlib-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar.zst
nixlib-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.zip
meta.homePage -> homepage
Diffstat (limited to 'pkgs/shells/zsh')
-rw-r--r--pkgs/shells/zsh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/shells/zsh/default.nix b/pkgs/shells/zsh/default.nix
index 9887e8f1b6f4..ada340300346 100644
--- a/pkgs/shells/zsh/default.nix
+++ b/pkgs/shells/zsh/default.nix
@@ -68,7 +68,7 @@ EOF
       a host of other features.
     '';
     license = "MIT-like";
-    homePage = "http://www.zsh.org/";
+    homepage = "http://www.zsh.org/";
     maintainers = with stdenv.lib.maintainers; [ chaoflow ];
     platforms = stdenv.lib.platforms.unix;
   };