pythonPackages.moto: fix description

This commit is contained in:
Jonathan Ringer 2019-07-25 01:47:10 -07:00
parent f5cbc1a197
commit e557e7a12a

View file

@ -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 = [ ];