diff --git a/pkgs/development/python-modules/moto/default.nix b/pkgs/development/python-modules/moto/default.nix index f331b2113233..04381d73834f 100644 --- a/pkgs/development/python-modules/moto/default.nix +++ b/pkgs/development/python-modules/moto/default.nix @@ -70,7 +70,7 @@ buildPythonPackage rec { -e test_decorator_start_and_stop''; meta = with lib; { - description = "This project extends the Application Insights API surface to support Python"; + description = "Allows your tests to easily mock out AWS Services"; homepage = https://github.com/spulec/moto; license = licenses.asl20; maintainers = [ ];