Unverified Commit fec3896c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.spacy: add changelog to meta

parent b4ff4034
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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; [ ];
  };