python313Packages.django-modeltranslation: fix changelog

This commit is contained in:
Sigmanificient
2026-04-28 23:29:29 +02:00
parent b4e69f91fc
commit 888bee6981
@@ -44,7 +44,7 @@ buildPythonPackage rec {
meta = {
description = "Translates Django models using a registration approach";
homepage = "https://github.com/deschler/django-modeltranslation";
changelog = "https://github.com/deschler/django-modeltranslation/blob/v${src.tag}/CHANGELOG.md";
changelog = "https://github.com/deschler/django-modeltranslation/blob/${src.tag}/CHANGELOG.md";
license = lib.licenses.bsd3;
maintainers = with lib.maintainers; [ augustebaum ];
};