python3Packages.django-oauth-toolkit: fix meta.changelog

This commit is contained in:
Robert Schütz
2026-06-19 18:17:37 -07:00
parent d2f91d5e74
commit 759d625cfd
@@ -62,7 +62,7 @@ buildPythonPackage rec {
meta = {
description = "OAuth2 goodies for the Djangonauts";
homepage = "https://github.com/jazzband/django-oauth-toolkit";
changelog = "https://github.com/jazzband/django-oauth-toolkit/django-filer/blob/${version}/CHANGELOG.md";
changelog = "https://github.com/jazzband/django-oauth-toolkit/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.bsd2;
maintainers = [ ];
};