diff --git a/pkgs/development/python-modules/aenum/default.nix b/pkgs/development/python-modules/aenum/default.nix index 66a95500538f..32b26a5e0355 100644 --- a/pkgs/development/python-modules/aenum/default.nix +++ b/pkgs/development/python-modules/aenum/default.nix @@ -22,11 +22,10 @@ buildPythonPackage rec { runHook postCheck ''; - meta = { description = "Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants"; maintainers = with stdenv.lib.maintainers; [ vrthra ]; license = with stdenv.lib.licenses; [ bsd3 ]; - homepage = "https://bitbucket.org/stoneleaf/aenum"; + homepage = "https://github.com/ethanfurman/aenum"; }; }