about summary refs log tree commit diff
path: root/pkgs/servers/sslh/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/sslh/default.nix')
-rw-r--r--pkgs/servers/sslh/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/sslh/default.nix b/pkgs/servers/sslh/default.nix
index f7b4dd84d3290..cbeacece3e1ec 100644
--- a/pkgs/servers/sslh/default.nix
+++ b/pkgs/servers/sslh/default.nix
@@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "Applicative Protocol Multiplexer (e.g. share SSH and HTTPS on the same port)";
     license = licenses.gpl2Plus;
-    homepage = https://www.rutschle.net/tech/sslh/README.html;
+    homepage = "https://www.rutschle.net/tech/sslh/README.html";
     maintainers = with maintainers; [ koral fpletz ];
     platforms = platforms.all;
   };