python3packages.pydal: add meta.changelog

This commit is contained in:
Markus S. Wamser
2026-01-31 01:26:09 +01:00
parent 743e01625d
commit abcb3047a0
@@ -52,6 +52,7 @@ buildPythonPackage rec {
meta = {
description = "Python Database Abstraction Layer";
homepage = "https://github.com/web2py/pydal";
changelog = "https://github.com/web2py/pydal/commits/v${version}";
license = with lib.licenses; [ bsd3 ];
maintainers = with lib.maintainers; [ wamserma ];
};