about summary refs log tree commit diff
path: root/pkgs/tools/misc/nginx-config-formatter
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/misc/nginx-config-formatter')
-rw-r--r--pkgs/tools/misc/nginx-config-formatter/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/misc/nginx-config-formatter/default.nix b/pkgs/tools/misc/nginx-config-formatter/default.nix
index db60010490e5..c9726d7e0403 100644
--- a/pkgs/tools/misc/nginx-config-formatter/default.nix
+++ b/pkgs/tools/misc/nginx-config-formatter/default.nix
@@ -27,6 +27,6 @@ stdenv.mkDerivation {
     description = "nginx config file formatter";
     maintainers = with maintainers; [ Baughn ];
     license = licenses.asl20;
-    homepage = https://github.com/1connect/nginx-config-formatter;
+    homepage = "https://github.com/1connect/nginx-config-formatter";
   };
 }