python3Packages.moto: reformat

This commit is contained in:
Jonas Heinrich
2024-11-03 20:48:56 +01:00
parent 42f60c5c2a
commit eb9cde0d3a
@@ -254,11 +254,11 @@ buildPythonPackage rec {
"tests/test_cognitoidp/test_cognitoidp.py"
];
meta = with lib; {
description = "Module to allow your tests to easily mock out AWS Services";
meta = {
description = "Allows your tests to easily mock out AWS Services";
homepage = "https://github.com/getmoto/moto";
changelog = "https://github.com/getmoto/moto/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ onny ];
license = lib.licenses.asl20;
maintainers = with lib.maintainers; [ onny ];
};
}