aboutsummaryrefslogtreecommitdiff
path: root/nixpkgs/pkgs/development/python-modules/marshmallow-enum/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/python-modules/marshmallow-enum/default.nix')
-rw-r--r--nixpkgs/pkgs/development/python-modules/marshmallow-enum/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixpkgs/pkgs/development/python-modules/marshmallow-enum/default.nix b/nixpkgs/pkgs/development/python-modules/marshmallow-enum/default.nix
index 9d68e66c91a..16af840b036 100644
--- a/nixpkgs/pkgs/development/python-modules/marshmallow-enum/default.nix
+++ b/nixpkgs/pkgs/development/python-modules/marshmallow-enum/default.nix
@@ -35,7 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Enum field for Marshmallow";
- homepage = https://github.com/justanr/marshmallow_enum;
+ homepage = "https://github.com/justanr/marshmallow_enum";
license = licenses.mit;
maintainers = [ maintainers.costrouc ];
};