python310Packages.spacy: add changelog to meta

This commit is contained in:
Fabian Affolter 2023-03-15 09:53:54 +01:00 committed by GitHub
parent b4ff4034f6
commit fec3896c1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,6 +107,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Industrial-strength Natural Language Processing (NLP)";
homepage = "https://github.com/explosion/spaCy";
changelog = "https://github.com/explosion/spaCy/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ ];
};