summary refs log tree commit diff
path: root/pkgs/development/python-modules/warrant/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/warrant/default.nix')
-rw-r--r--pkgs/development/python-modules/warrant/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/warrant/default.nix b/pkgs/development/python-modules/warrant/default.nix
index 7cf69fdb614..a4bbee43d01 100644
--- a/pkgs/development/python-modules/warrant/default.nix
+++ b/pkgs/development/python-modules/warrant/default.nix
@@ -37,7 +37,7 @@ buildPythonPackage {
 
   meta = with lib; {
     description = "Python library for using AWS Cognito with support for SRP";
-    homepage = https://github.com/capless/warrant;
+    homepage = "https://github.com/capless/warrant";
     license = lib.licenses.asl20;
     maintainers = with lib.maintainers; [ peterhoeg ];
   };