python3Packages.sseclient-py: fix changelog URL (#514216)
This commit is contained in:
@@ -27,7 +27,7 @@ buildPythonPackage (finalAttrs: {
|
||||
meta = {
|
||||
description = "Pure-Python Server Side Events (SSE) client";
|
||||
homepage = "https://github.com/mpetazzoni/sseclient";
|
||||
changelog = "https://github.com/mpetazzoni/sseclient/releases/tag/sseclient-py-${finalAttrs.src.tag}";
|
||||
changelog = "https://github.com/mpetazzoni/sseclient/releases/tag/${finalAttrs.src.tag}";
|
||||
license = lib.licenses.asl20;
|
||||
maintainers = with lib.maintainers; [ jamiemagee ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user