Loading pkgs/development/python-modules/sqlalchemy-mixins/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python mixins for SQLAlchemy ORM"; homepage = "https://github.com/absent1706/sqlalchemy-mixins"; changelog = "https://github.com/absent1706/sqlalchemy-mixins/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading Loading
pkgs/development/python-modules/sqlalchemy-mixins/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -39,6 +39,7 @@ buildPythonPackage rec { meta = with lib; { description = "Python mixins for SQLAlchemy ORM"; homepage = "https://github.com/absent1706/sqlalchemy-mixins"; changelog = "https://github.com/absent1706/sqlalchemy-mixins/releases/tag/v${version}"; license = licenses.mit; maintainers = with maintainers; [ fab ]; }; Loading