python310Packages.moto: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-03 23:57:10 +01:00
committed by Martin Weinelt
parent 61fd991e62
commit 4133900983
@@ -156,6 +156,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Allows your tests to easily mock out AWS Services";
homepage = "https://github.com/spulec/moto";
changelog = "https://github.com/getmoto/moto/blob/${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = [ ];
};