about summary refs log tree commit diff
path: root/pkgs/tools/system/undaemonize/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/undaemonize/default.nix')
-rw-r--r--pkgs/tools/system/undaemonize/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/undaemonize/default.nix b/pkgs/tools/system/undaemonize/default.nix
index 0f33a8d34c33..e82ee18b8314 100644
--- a/pkgs/tools/system/undaemonize/default.nix
+++ b/pkgs/tools/system/undaemonize/default.nix
@@ -13,7 +13,7 @@ stdenv.mkDerivation {
   '';
   meta = {
     description = "Tiny helper utility to force programs which insist on daemonizing themselves to run in the foreground";
-    homepage = https://github.com/nickstenning/undaemonize;
+    homepage = "https://github.com/nickstenning/undaemonize";
     license = stdenv.lib.licenses.mit;
     maintainers = [ stdenv.lib.maintainers.canndrew ];
     platforms = stdenv.lib.platforms.linux;