summary refs log tree commit diff
path: root/pkgs/tools/system/honcho/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/honcho/default.nix')
-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 fcdcc23961b..eb96c3f4613 100644
--- a/pkgs/tools/system/honcho/default.nix
+++ b/pkgs/tools/system/honcho/default.nix
@@ -43,7 +43,7 @@ pythonPackages.buildPythonApplication 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;
   };