summary refs log tree commit diff
path: root/pkgs/tools/system/honcho
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/honcho')
-rw-r--r--pkgs/tools/system/honcho/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/honcho/default.nix b/pkgs/tools/system/honcho/default.nix
index 1c231e90db49..6bf2a995a24c 100644
--- a/pkgs/tools/system/honcho/default.nix
+++ b/pkgs/tools/system/honcho/default.nix
@@ -22,7 +22,7 @@ let honcho = buildPythonPackage rec {
   meta = with stdenv.lib; {
     description = "A Python clone of Foreman, a tool for managing Procfile-based applications.";
     license = licenses.mit;
-    homePage = https://github.com/nickstenning/honcho;
+    homepage = https://github.com/nickstenning/honcho;
     maintainers = with maintainers; [ benley ];
     platforms = platforms.unix;
   };