python3Packages.django-compressor: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-07-01 20:43:06 +02:00 committed by GitHub
parent 223e8ed5b5
commit 464e1a42e0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -42,7 +42,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Compresses linked and inline JavaScript or CSS into single cached files";
homepage = "https://django-compressor.readthedocs.org/en/latest/";
homepage = "https://django-compressor.readthedocs.org/";
changelog = "https://github.com/django-compressor/django-compressor/blob/${version}/docs/changelog.txt";
license = licenses.mit;
maintainers = with maintainers; [ desiderius ];
};