python310Packages.moto: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-01 10:04:10 +01:00 committed by Martin Weinelt
parent 61fd991e62
commit 4133900983

View File

@ -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 = [ ];
};