python3Packages.pyramid-multiauth: adopt

This commit is contained in:
wxt
2024-11-13 21:43:05 +08:00
parent de80afd0e3
commit c2c6405744
@@ -25,11 +25,11 @@ buildPythonPackage rec {
nativeCheckInputs = [ unittestCheckHook ];
meta = with lib; {
meta = {
changelog = "https://github.com/mozilla-services/pyramid_multiauth/releases/tag/${version}";
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 = [ ];
license = lib.licenses.mpl20;
maintainers = with lib.maintainers; [ bot-wxt1221 ];
};
}