python310Packages.django-webpack-loader: add changelog to meta
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user