mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-02 20:03:16 +00:00
python3Packages.django-compressor: add changelog to meta
This commit is contained in:
parent
223e8ed5b5
commit
464e1a42e0
@ -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 ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user