python310Packages.django-tastypie: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-01-28 10:34:34 +01:00
parent c71193894e
commit fdddff51f3
@@ -16,7 +16,7 @@ buildPythonPackage rec {
src = fetchFromGitHub {
owner = "django-tastypie";
repo = pname;
rev = "v${version}";
rev = "refs/tags/v${version}";
hash = "sha256-O/aVi8BshOZmg9WQxrFlBEOXfgyqJKVK/QlEFG3Edqs=";
};
@@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Utilities and helpers for writing Pylint plugins";
homepage = "https://github.com/django-tastypie/django-tastypie";
changelog = "https://github.com/django-tastypie/django-tastypie/releases/tag/v${version}";
license = licenses.gpl2Only;
maintainers = with maintainers; [ fab ];
};