Commit abcb3047 authored by Markus S. Wamser's avatar Markus S. Wamser
Browse files

python3packages.pydal: add meta.changelog

parent 743e0162
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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 ];
  };