about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-06-20 08:05:43 +0200
committerGitHub <noreply@github.com>2023-06-20 08:05:43 +0200
commite1dd655e55e56b8d20f19b7cf16fb8635ca591f0 (patch)
treed75c8cc9ce7b27e386909402c0d1ed8d7b695053
parentcad0191069a27074cb99c8d70461aaf534840dec (diff)
python310Packages.django-webpack-loader: add changelog to meta
-rw-r--r--pkgs/development/python-modules/django-webpack-loader/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/django-webpack-loader/default.nix b/pkgs/development/python-modules/django-webpack-loader/default.nix
index a25dffcfc355a..1e9f0202bd708 100644
--- a/pkgs/development/python-modules/django-webpack-loader/default.nix
+++ b/pkgs/development/python-modules/django-webpack-loader/default.nix
@@ -31,6 +31,7 @@ buildPythonPackage rec {
   meta = with lib; {
     description = "Use webpack to generate your static bundles";
     homepage = "https://github.com/owais/django-webpack-loader";
+    changelog = "https://github.com/django-webpack/django-webpack-loader/blob/${version}/CHANGELOG.md";
     license = with licenses; [ mit ];
     maintainers = with maintainers; [ peterromfeldhk ];
   };