summary refs log tree commit diff
path: root/pkgs/servers/http/h2o/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/h2o/default.nix')
-rw-r--r--pkgs/servers/http/h2o/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/h2o/default.nix b/pkgs/servers/http/h2o/default.nix
index d599956cfda..999016e4bd9 100644
--- a/pkgs/servers/http/h2o/default.nix
+++ b/pkgs/servers/http/h2o/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
 
   meta = with stdenv.lib; {
     description = "Optimized HTTP/1 and HTTP/2 server";
-    homepage    = https://h2o.examp1e.net;
+    homepage    = "https://h2o.examp1e.net";
     license     = licenses.mit;
     maintainers = with maintainers; [ thoughtpolice ];
     platforms   = platforms.linux;