about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/python-modules/fastcache/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/fastcache/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/fastcache/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/fastcache/default.nix b/nixpkgs/pkgs/development/python-modules/fastcache/default.nix
index f50eb8f53bb1..100af5244b57 100644
--- a/nixpkgs/pkgs/development/python-modules/fastcache/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/fastcache/default.nix
@@ -13,7 +13,7 @@ buildPythonPackage rec {
 
   meta = with lib; {
     description = "C implementation of Python3 lru_cache for Python 2 and 3";
-    homepage = https://github.com/pbrady/fastcache;
+    homepage = "https://github.com/pbrady/fastcache";
     license = licenses.mit;
     maintainers = [ maintainers.bhipple ];
   };