From c2c64057445c7fe39aaf9cab897feb9e66e0b215 Mon Sep 17 00:00:00 2001 From: wxt <3264117476@qq.com> Date: Wed, 13 Nov 2024 17:06:42 +0800 Subject: [PATCH] python3Packages.pyramid-multiauth: adopt --- .../python-modules/pyramid-multiauth/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/pyramid-multiauth/default.nix b/pkgs/development/python-modules/pyramid-multiauth/default.nix index 71017e270bec..f0ef33b0845c 100644 --- a/pkgs/development/python-modules/pyramid-multiauth/default.nix +++ b/pkgs/development/python-modules/pyramid-multiauth/default.nix @@ -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 ]; }; }