python311Packages.dominate: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-01-14 10:04:39 +01:00 committed by GitHub
parent 6ba32e8ad9
commit 7790f5ac1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,6 +33,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Library for creating and manipulating HTML documents using an elegant DOM API";
homepage = "https://github.com/Knio/dominate/";
changelog = "https://github.com/Knio/dominate/releases/tag/${version}";
license = licenses.lgpl3Plus;
maintainers = with maintainers; [ ];
};