mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 07:53:19 +00:00
Merge pull request #65365 from jonringer/moto-meta
pythonPackages.moto: fix description
This commit is contained in:
commit
2f55e705e2
@ -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 = [ ];
|
||||
|
Loading…
Reference in New Issue
Block a user