Skip to content

Commit

Permalink
python3Packages.moto: reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
onny committed Nov 1, 2024
1 parent 07f3b66 commit 9a0a036
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkgs/development/python-modules/moto/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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 ];
};
}

0 comments on commit 9a0a036

Please sign in to comment.