python3packages.pydal: add meta.changelog (#485512)
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user