python310Packages.django-rosetta: fix changelog

This commit is contained in:
Mario Rodas 2023-07-08 21:28:00 +00:00
parent 8b41523f78
commit cc8fda9e12

View file

@ -37,7 +37,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Rosetta is a Django application that facilitates the translation process of your Django projects";
homepage = "https://github.com/mbi/django-rosetta";
changelog = "https://github.com/jazzband/django-rosetta/releases/tag/v${version}";
changelog = "https://github.com/mbi/django-rosetta/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ derdennisop ];
};