python310Packages.stanza: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-15 09:34:25 +01:00 committed by GitHub
parent 7571252249
commit 3e0ebe4238
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -47,6 +47,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Official Stanford NLP Python Library for Many Human Languages";
homepage = "https://github.com/stanfordnlp/stanza/";
changelog = "https://github.com/stanfordnlp/stanza/releases/tag/v${version}";
license = licenses.asl20;
maintainers = with maintainers; [ riotbib ];
};