From b516af56c13c1d97e8bef2aaed78aaf035d7bc2c Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 28 Aug 2023 09:13:02 +0200 Subject: [PATCH] python310Packages.djangorestframework-simplejwt: add changelog to meta --- .../python-modules/djangorestframework-simplejwt/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/python-modules/djangorestframework-simplejwt/default.nix b/pkgs/development/python-modules/djangorestframework-simplejwt/default.nix index cbc3f4f1a975..523d15d8c025 100644 --- a/pkgs/development/python-modules/djangorestframework-simplejwt/default.nix +++ b/pkgs/development/python-modules/djangorestframework-simplejwt/default.nix @@ -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 ]; };