pythonPackages.moto: fix description
This commit is contained in:
parent
f5cbc1a197
commit
e557e7a12a
1 changed files with 1 additions and 1 deletions
|
@ -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 = [ ];
|
||||||
|
|
Loading…
Reference in a new issue