Merge pull request #65365 from jonringer/moto-meta

pythonPackages.moto: fix description
This commit is contained in:
Jörg Thalheim 2019-07-25 10:10:59 +01:00 committed by GitHub
commit 2f55e705e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ buildPythonPackage rec {
-e test_decorator_start_and_stop''; -e test_decorator_start_and_stop'';
meta = with lib; { 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; homepage = https://github.com/spulec/moto;
license = licenses.asl20; license = licenses.asl20;
maintainers = [ ]; maintainers = [ ];