python310Packages.confluent-kafka: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-06-24 22:48:40 +02:00
committed by GitHub
parent 31ccd139ff
commit fde8c87705
@@ -17,6 +17,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Confluent's Apache Kafka client for Python";
homepage = "https://github.com/confluentinc/confluent-kafka-python";
changelog = "https://github.com/confluentinc/confluent-kafka-python/blob/v${version}/CHANGELOG.md";
license = licenses.asl20;
maintainers = with maintainers; [ mlieberman85 ];
};