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

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; [];
};
}