python3Packages.pygdbmi: add changelog

This commit is contained in:
Sigmanificient
2026-05-30 23:46:22 +02:00
parent f236a15562
commit 29bbe141ea
@@ -39,6 +39,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Parse gdb machine interface output with Python";
homepage = "https://github.com/cs01/pygdbmi";
changelog = "https://github.com/cs01/pygdbmi/blob/${finalAttrs.src.tag}/CHANGELOG.md";
license = lib.licenses.mit;
maintainers = [ lib.maintainers.mic92 ];
};