python310Packages.django-taggit: add changelog to meta

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

View File

@ -11,11 +11,12 @@ buildPythonPackage rec {
pname = "django-taggit";
version = "3.1.0";
format = "setuptools";
disabled = pythonOlder "3.6";
src = fetchPypi {
inherit pname version;
sha256 = "sha256-yPLk6uOHk5CJs9ddHYZJ4AiICXDAaM6dDoL4f9XilQg=";
hash = "sha256-yPLk6uOHk5CJs9ddHYZJ4AiICXDAaM6dDoL4f9XilQg=";
};
propagatedBuildInputs = [
@ -42,8 +43,8 @@ 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"
license = licenses.bsd3;
maintainers = with maintainers; [ desiderius ];
};
}