python310Packages.django-webpack-loader: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-06-20 08:05:43 +02:00 committed by GitHub
parent cad0191069
commit e1dd655e55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ];
};