summary refs log tree commit diff
path: root/pkgs/development/python-modules/pg8000/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/pg8000/default.nix')
-rw-r--r--pkgs/development/python-modules/pg8000/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/pg8000/default.nix b/pkgs/development/python-modules/pg8000/default.nix
index 33790b97c4e..9131d8adaa2 100644
--- a/pkgs/development/python-modules/pg8000/default.nix
+++ b/pkgs/development/python-modules/pg8000/default.nix
@@ -19,7 +19,7 @@ buildPythonPackage rec {
   propagatedBuildInputs = [ passlib ];
 
   meta = with stdenv.lib; {
-    homepage = https://github.com/tlocke/pg8000;
+    homepage = "https://github.com/tlocke/pg8000";
     description = "PostgreSQL interface library, for asyncio";
     maintainers = with maintainers; [ domenkozar ];
     platforms = platforms.unix;