pythonPackages.pyramid_mako: add empty maintainers

This commit is contained in:
Sandro Jäckel 2021-02-16 23:21:52 +01:00
parent 6a0df7fa2e
commit 3889c934d4
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -22,6 +22,6 @@ buildPythonPackage rec {
homepage = "https://github.com/Pylons/pyramid_mako";
description = "Mako template bindings for the Pyramid web framework";
license = licenses.bsd0;
maintainers = with maintainers; [];
};
}