mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-06 13:03:34 +00:00
python310Packages.unicodedata2: add changelog to meta
This commit is contained in:
parent
fb396fe845
commit
1155b21e5d
@ -16,7 +16,8 @@ buildPythonPackage rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Backport and updates for the unicodedata module";
|
description = "Backport and updates for the unicodedata module";
|
||||||
homepage = "https://github.com/mikekap/unicodedata2";
|
homepage = "https://github.com/mikekap/unicodedata2";
|
||||||
|
changelog = "https://github.com/fonttools/unicodedata2/releases/tag/${version}";
|
||||||
license = licenses.asl20;
|
license = licenses.asl20;
|
||||||
maintainers = [ maintainers.sternenseemann ];
|
maintainers = with maintainers; [ sternenseemann ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user