python313Packages.mayim: add changelog to meta

This commit is contained in:
Fabian Affolter
2025-12-25 11:16:03 +01:00
committed by GitHub
parent cbdfcf403b
commit aff20df14d
@@ -55,6 +55,7 @@ buildPythonPackage rec {
meta = {
description = "Asynchronous SQL hydrator";
homepage = "https://github.com/ahopkins/mayim";
changelog = "https://github.com/ahopkins/mayim/releases/tag/${src.tag}";
license = lib.licenses.mit;
maintainers = with lib.maintainers; [ huyngo ];
};