python310Packages.django-ipware: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-03-06 18:00:11 +01:00
committed by GitHub
parent bf864baaa2
commit a6ad4d5146
@@ -20,6 +20,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "A Django application to retrieve user's IP address";
homepage = "https://github.com/un33k/django-ipware";
changelog = "https://github.com/un33k/django-ipware/blob/v${version}/CHANGELOG.md";
license = licenses.mit;
maintainers = with maintainers; [ ];
};