mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-15 18:23:09 +00:00
python310Packages.django-rosetta: fix changelog
This commit is contained in:
parent
8b41523f78
commit
cc8fda9e12
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user