python310Packages.django-taggit: fix lint issue

This commit is contained in:
Fabian Affolter 2022-11-20 01:36:31 +01:00 committed by GitHub
parent e5cf903f02
commit 3616fab017
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Simple tagging for django";
homepage = "https://github.com/jazzband/django-taggit";
changelog = "https://github.com/jazzband/django-taggit/blob/${version}/CHANGELOG.rst"
changelog = "https://github.com/jazzband/django-taggit/blob/${version}/CHANGELOG.rst";
license = licenses.bsd3;
maintainers = with maintainers; [ desiderius ];
};