pythonPackages.snowflake-sqlalchemy: add empty maintainers

This commit is contained in:
Sandro Jäckel 2021-03-08 21:37:24 +01:00
parent 675784ddda
commit 545b85e0ef
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -27,5 +27,6 @@ buildPythonPackage rec {
description = "Snowflake SQLAlchemy Dialect";
homepage = "https://www.snowflake.net/";
license = licenses.asl20;
maintainers = [ ];
};
}