python311Packages.aiohttp-openmetrics: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-09-27 20:32:25 +02:00 committed by GitHub
parent 1bc1329523
commit 2e2d771dec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "OpenMetrics provider for aiohttp";
homepage = "https://github.com/jelmer/aiohttp-openmetrics/";
changelog = "https://github.com/jelmer/aiohttp-openmetrics/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ ];
};