python310Packages.prometheus-client: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-02-26 17:14:57 +01:00 committed by Martin Weinelt
parent e0deabfaa5
commit 24c9d800c1

View File

@ -30,6 +30,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Prometheus instrumentation library for Python applications";
homepage = "https://github.com/prometheus/client_python";
changelog = "https://github.com/prometheus/client_python/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};