python313Packages.whey: add changelog to meta

This commit is contained in:
Fabian Affolter
2026-01-05 01:12:01 +01:00
parent a63c2cd5e6
commit 0cd78a32fc
@@ -76,6 +76,7 @@ buildPythonPackage rec {
meta = {
description = "Simple Python wheel builder for simple projects";
homepage = "https://github.com/repo-helper/whey";
changelog = "https://github.com/repo-helper/whey/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ tyberius-prime ];
};