python313Packages.aiohttp-asgi-connector: fix changelog

This commit is contained in:
Sigmanificient
2026-04-22 23:45:32 +02:00
parent 4b3d3ac000
commit f89b3aee40

View File

@@ -38,7 +38,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "An AIOHTTP ClientSession connector for directly interacting with ASGI applications";
homepage = "https://github.com/thearchitector/aiohttp-asgi-connector";
changelog = "https://github.com/thearchitector/aiohttp-asgi-connector/releases/tag/v${finalAttrs.src.tag}";
changelog = "https://github.com/thearchitector/aiohttp-asgi-connector/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ fab ];
};