python313Packages.consolekit: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-12-28 10:59:16 +01:00
committed by GitHub
parent d9aafb717d
commit f3b30d5436
@@ -10,6 +10,7 @@
mistletoe,
typing-extensions,
}:
buildPythonPackage rec {
pname = "consolekit";
version = "1.11.0";
@@ -34,6 +35,7 @@ buildPythonPackage rec {
meta = {
description = "Additional utilities for click";
homepage = "https://github.com/domdfcoding/consolekit";
changelog = "https://github.com/domdfcoding/consolekit/releases/tag/v${version}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ tyberius-prime ];
};