aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/async_generator
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/async_generator')
-rw-r--r--nixpkgs/pkgs/development/python-modules/async_generator/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/async_generator/default.nix b/nixpkgs/pkgs/development/python-modules/async_generator/default.nix
index b8ec2f54476..dfbd0dbb996 100644
--- a/nixpkgs/pkgs/development/python-modules/async_generator/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/async_generator/default.nix
@@ -22,7 +22,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Async generators and context managers for Python 3.5+";
- homepage = https://github.com/python-trio/async_generator;
+ homepage = "https://github.com/python-trio/async_generator";
license = with licenses; [ mit asl20 ];
};
}