python310Packages.djangorestframework-simplejwt: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-08-28 09:13:02 +02:00
committed by GitHub
parent 196a8438ee
commit b516af56c1
@@ -43,6 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "JSON Web Token authentication plugin for Django REST Framework";
homepage = "https://github.com/davesque/django-rest-framework-simplejwt";
changelog = "https://github.com/jazzband/djangorestframework-simplejwt/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ arnoldfarkas ];
};