summary refs log tree commit diff
path: root/pkgs/tools/system/runit
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/tools/system/runit
parentfc91ba52dfcc8f992b81cd10fcc1d79ce33ac47c (diff)
downloadnixpkgs-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar
nixpkgs-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar.gz
nixpkgs-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar.bz2
nixpkgs-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar.lz
nixpkgs-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar.xz
nixpkgs-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.tar.zst
nixpkgs-61cca2cadf25ac10c457b9c156aabb0176e7b6fc.zip
meta.homePage -> homepage
Diffstat (limited to 'pkgs/tools/system/runit')
-rw-r--r--pkgs/tools/system/runit/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/runit/default.nix b/pkgs/tools/system/runit/default.nix
index 28a0fa52d27..28c68f52aaf 100644
--- a/pkgs/tools/system/runit/default.nix
+++ b/pkgs/tools/system/runit/default.nix
@@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "UNIX init scheme with service supervision";
     license = licenses.bsd3;
-    homePage = "http://smarden.org/runit";
+    homepage = "http://smarden.org/runit";
     maintainers = with maintainers; [ rickynils ];
     platforms = platforms.linux;
   };