python310Packages.unicodedata2: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-11-12 13:40:18 +01:00 committed by GitHub
parent fb396fe845
commit 1155b21e5d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,8 @@ buildPythonPackage rec {
meta = with lib; {
description = "Backport and updates for the unicodedata module";
homepage = "https://github.com/mikekap/unicodedata2";
changelog = "https://github.com/fonttools/unicodedata2/releases/tag/${version}";
license = licenses.asl20;
maintainers = [ maintainers.sternenseemann ];
maintainers = with maintainers; [ sternenseemann ];
};
}