lol

python310Packages.django-widget-tweaks: add changelog to meta

authored by

Fabian Affolter and committed by
GitHub
21fbbe3d 1e8351e8

+4 -5
+4 -5
pkgs/development/python-modules/django-widget-tweaks/default.nix
··· 20 20 owner = "jazzband"; 21 21 repo = pname; 22 22 rev = "refs/tags/${version}"; 23 - sha256 = "sha256-/3UIsg75X3R9YGv9cEcoPw3IN2vkhUb+HCy68813d2E="; 23 + hash = "sha256-/3UIsg75X3R9YGv9cEcoPw3IN2vkhUb+HCy68813d2E="; 24 24 }; 25 25 26 26 SETUPTOOLS_SCM_PRETEND_VERSION = version; ··· 38 38 ''; 39 39 40 40 meta = with lib; { 41 - description = "Tweak the form field rendering in templates, not in python-level form definitions."; 41 + description = "Tweak the form field rendering in templates, not in python-level form definitions"; 42 42 homepage = "https://github.com/jazzband/django-widget-tweaks"; 43 + changelog = "https://github.com/jazzband/django-widget-tweaks/blob/${version}/CHANGES.rst"; 43 44 license = licenses.mit; 44 - maintainers = with maintainers; [ 45 - maxxk 46 - ]; 45 + maintainers = with maintainers; [ maxxk ]; 47 46 }; 48 47 }