summary refs log tree commit diff
path: root/pkgs/development/python-modules/outcome/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/python-modules/outcome/default.nix')
-rw-r--r--pkgs/development/python-modules/outcome/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/python-modules/outcome/default.nix b/pkgs/development/python-modules/outcome/default.nix
index ff97ca15a92..6e7593cec1c 100644
--- a/pkgs/development/python-modules/outcome/default.nix
+++ b/pkgs/development/python-modules/outcome/default.nix
@@ -20,7 +20,7 @@ buildPythonPackage rec {
 
   meta = {
     description = "Capture the outcome of Python function calls.";
-    homepage = https://github.com/python-trio/outcome;
+    homepage = "https://github.com/python-trio/outcome";
     license = with lib.licenses; [ mit asl20 ];
     maintainers = with lib.maintainers; [ catern ];
   };