python3Packages.django-allauth: refactor

This commit is contained in:
Defelo
2025-03-04 03:01:32 +01:00
parent 99da048545
commit 92625230d3
@@ -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 ];
};
}