grafana-agent: add meta.changelog

This commit is contained in:
emilylange 2023-06-21 18:53:44 +02:00
parent 04af42f3b3
commit 20d9f44b8f
No known key found for this signature in database
GPG key ID: 0AD773CE46FD0F87

View file

@ -67,10 +67,11 @@ buildGoModule rec {
};
};
meta = with lib; {
meta = {
description = "A lightweight subset of Prometheus and more, optimized for Grafana Cloud";
license = licenses.asl20;
license = lib.licenses.asl20;
homepage = "https://grafana.com/products/cloud";
maintainers = with maintainers; [ flokli emilylange ];
changelog = "https://github.com/grafana/agent/blob/${src.rev}/CHANGELOG.md";
maintainers = with lib.maintainers; [ flokli emilylange ];
};
}