From 92625230d3c17ca57e156e6416dcd41d84ae08fb Mon Sep 17 00:00:00 2001 From: Defelo Date: Sat, 1 Mar 2025 01:36:41 +0100 Subject: [PATCH] python3Packages.django-allauth: refactor --- pkgs/development/python-modules/django-allauth/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/development/python-modules/django-allauth/default.nix b/pkgs/development/python-modules/django-allauth/default.nix index 44d67e5c22e5..5454eff03a19 100644 --- a/pkgs/development/python-modules/django-allauth/default.nix +++ b/pkgs/development/python-modules/django-allauth/default.nix @@ -100,12 +100,12 @@ buildPythonPackage rec { passthru.tests = { inherit dj-rest-auth; }; - meta = with lib; { + meta = { changelog = "https://github.com/pennersr/django-allauth/blob/${version}/ChangeLog.rst"; description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication"; downloadPage = "https://github.com/pennersr/django-allauth"; homepage = "https://www.intenct.nl/projects/django-allauth"; - license = licenses.mit; - maintainers = with maintainers; [ derdennisop ]; + license = lib.licenses.mit; + maintainers = with lib.maintainers; [ derdennisop ]; }; }