python3Packages.importmagic: add meta.changelog

This commit is contained in:
Tom Hunze
2026-03-21 19:07:29 +01:00
parent 5b1a574234
commit ba93538079
@@ -27,6 +27,7 @@ buildPythonPackage (finalAttrs: {
meta = {
description = "Python Import Magic - automagically add, remove and manage imports";
homepage = "https://github.com/alecthomas/importmagic";
changelog = "https://github.com/alecthomas/importmagic/releases/tag/${finalAttrs.src.tag}";
license = lib.licenses.bsd0;
maintainers = with lib.maintainers; [ onny ];
};