python311Packages.aiomqtt: fix meta.changelog

This commit is contained in:
Nikolay Korotkiy 2024-01-19 21:38:51 +04:00
parent 0569b0e619
commit 2b0f8afd2b
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -50,7 +50,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "The idiomatic asyncio MQTT client, wrapped around paho-mqtt";
homepage = "https://github.com/sbtinstruments/aiomqtt";
changelog = "https://github.com/sbtinstruments/aiomqtt/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/sbtinstruments/aiomqtt/blob/${src.rev}/CHANGELOG.md";
license = licenses.bsd3;
maintainers = with maintainers; [ ];
};