Loading pkgs/development/python-modules/duckdb-engine/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ buildPythonPackage rec { meta = with lib; { description = "SQLAlchemy driver for duckdb"; homepage = "https://github.com/Mause/duckdb_engine"; changelog = "https://github.com/Mause/duckdb_engine/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ cpcloud ]; }; Loading Loading
pkgs/development/python-modules/duckdb-engine/default.nix +1 −0 Original line number Diff line number Diff line Loading @@ -57,6 +57,7 @@ buildPythonPackage rec { meta = with lib; { description = "SQLAlchemy driver for duckdb"; homepage = "https://github.com/Mause/duckdb_engine"; changelog = "https://github.com/Mause/duckdb_engine/blob/v${version}/CHANGELOG.md"; license = licenses.mit; maintainers = with maintainers; [ cpcloud ]; }; Loading