summary refs log tree commit diff
path: root/pkgs/development/python-modules/meinheld/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/meinheld/default.nix')
-rw-r--r--pkgs/development/python-modules/meinheld/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/meinheld/default.nix b/pkgs/development/python-modules/meinheld/default.nix
index f1291a14f3f4b..247523a9a8301 100644
--- a/pkgs/development/python-modules/meinheld/default.nix
+++ b/pkgs/development/python-modules/meinheld/default.nix
@@ -16,7 +16,7 @@ buildPythonPackage rec {
 
   meta = with stdenv.lib; {
     description = "High performance asynchronous Python WSGI Web Server";
-    homepage = https://meinheld.org/;
+    homepage = "https://meinheld.org/";
     license = licenses.bsd3;
   };
 }