From e557e7a12ae21e403c419a548be91fc0f5f0ceae Mon Sep 17 00:00:00 2001 From: Jonathan Ringer Date: Thu, 25 Jul 2019 01:47:10 -0700 Subject: [PATCH] pythonPackages.moto: fix description --- pkgs/development/python-modules/moto/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/moto/default.nix b/pkgs/development/python-modules/moto/default.nix index f331b211323..04381d73834 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 = [ ];