summary refs log tree commit diff
path: root/pkgs/development/python-modules/immutables/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/immutables/default.nix')
-rw-r--r--pkgs/development/python-modules/immutables/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/immutables/default.nix b/pkgs/development/python-modules/immutables/default.nix
index 8ca0fe6df9f..c3b6b9c9e7e 100644
--- a/pkgs/development/python-modules/immutables/default.nix
+++ b/pkgs/development/python-modules/immutables/default.nix
@@ -12,7 +12,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "An immutable mapping type for Python";
-    homepage = https://github.com/MagicStack/immutables;
+    homepage = "https://github.com/MagicStack/immutables";
     license = with lib.licenses; [ asl20 ];
     maintainers = with lib.maintainers; [ catern ];
   };