python313Packages.asyncio-dgram: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:29:28 +02:00
parent 2b258c176e
commit 443b04c28c
@@ -41,7 +41,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Python support for higher level Datagram";
homepage = "https://github.com/jsbronder/asyncio-dgram";
changelog = "https://github.com/jsbronder/asyncio-dgram/blob/v${finalAttrs.src.tag}/ChangeLog";
changelog = "https://github.com/jsbronder/asyncio-dgram/blob/${finalAttrs.src.tag}/ChangeLog";
license = with lib.licenses; [ mit ];
maintainers = with lib.maintainers; [ fab ];
};