pythonPackages.pyramid_multiauth: add empty maintainers

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

View file

@ -19,6 +19,6 @@ buildPythonPackage rec {
description = "Authentication policy for Pyramid that proxies to a stack of other authentication policies";
homepage = "https://github.com/mozilla-services/pyramid_multiauth";
license = licenses.mpl20;
maintainers = with maintainers; [];
};
}