Loading pkgs/development/python-modules/pyramid-multiauth/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; }; } Loading
pkgs/development/python-modules/pyramid-multiauth/default.nix +3 −3 Original line number Diff line number Diff line Loading @@ -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 ]; }; }