mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +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'';
|
-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 New Issue
Block a user