summary refs log tree commit diff
path: root/pkgs/servers/http/hyp/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/servers/http/hyp/default.nix')
-rw-r--r--pkgs/servers/http/hyp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/http/hyp/default.nix b/pkgs/servers/http/hyp/default.nix
index c34959f9d04..6a16ee412f5 100644
--- a/pkgs/servers/http/hyp/default.nix
+++ b/pkgs/servers/http/hyp/default.nix
@@ -11,7 +11,7 @@ python3Packages.buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "Hyperminimal https server";
-    homepage    = https://github.com/rnhmjoj/hyp;
+    homepage    = "https://github.com/rnhmjoj/hyp";
     license     = with licenses; [gpl3Plus mit];
     maintainers = with maintainers; [ rnhmjoj ];
     platforms   = platforms.unix;