python313Packages.asgineer: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:29:28 +02:00
parent f9220b0b24
commit 2b258c176e
@@ -31,7 +31,7 @@ buildPythonPackage rec {
meta = {
description = "Really thin ASGI web framework";
homepage = "https://asgineer.readthedocs.io";
changelog = "https://github.com/almarklein/asgineer/releases/tag/v${src.tag}";
changelog = "https://github.com/almarklein/asgineer/releases/tag/${src.tag}";
license = lib.licenses.bsd2;
maintainers = with lib.maintainers; [ matthiasbeyer ];
};