python310Packages.elastic-apm: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-11-27 09:48:28 +01:00
parent ecc39e9153
commit 8648077748

View File

@ -84,6 +84,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python agent for the Elastic APM";
homepage = "https://github.com/elastic/apm-agent-python";
changelog = "https://github.com/elastic/apm-agent-python/releases/tag/v${version}";
license = with licenses; [ bsd3 ];
maintainers = with maintainers; [ fab ];
};