Loading pkgs/development/python-modules/django-compressor/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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 Loading
pkgs/development/python-modules/django-compressor/default.nix +2 −1 Original line number Diff line number Diff line Loading @@ -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