Unverified Commit c2c64057 authored by wxt's avatar wxt
Browse files

python3Packages.pyramid-multiauth: adopt

parent de80afd0
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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 ];
  };
}