python313Packages.django-modeltranslation: fix changelog
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user