summary refs log tree commit diff
path: root/pkgs/development/python-modules/cached-property/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/cached-property/default.nix')
-rw-r--r--pkgs/development/python-modules/cached-property/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/cached-property/default.nix b/pkgs/development/python-modules/cached-property/default.nix
index 3a3e6d1e6dd..d25e2e963dc 100644
--- a/pkgs/development/python-modules/cached-property/default.nix
+++ b/pkgs/development/python-modules/cached-property/default.nix
@@ -26,7 +26,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "A decorator for caching properties in classes";
-    homepage = https://github.com/pydanny/cached-property;
+    homepage = "https://github.com/pydanny/cached-property";
     license = lib.licenses.bsd3;
     platforms = lib.platforms.unix;
     maintainers = with lib.maintainers; [ ericsagnes ];