python311Packages.sseclient-py: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-09-10 09:40:01 +02:00
parent 8a8ec7b023
commit 10ea760fc4
@@ -19,6 +19,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Pure-Python Server Side Events (SSE) client";
homepage = "https://github.com/mpetazzoni/sseclient";
changelog = "https://github.com/mpetazzoni/sseclient/releases/tag/sseclient-py-${version}";
license = licenses.asl20;
maintainers = with maintainers; [ jamiemagee ];
};