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

python310Packages.jedi: add changelog to meta

parent 28ba4691
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -13,6 +13,7 @@ buildPythonPackage rec {
  pname = "jedi";
  version = "0.18.2";
  format = "setuptools";

  disabled = pythonOlder "3.6";

  src = fetchFromGitHub {
@@ -47,8 +48,9 @@ buildPythonPackage rec {
  ];

  meta = with lib; {
    homepage = "https://github.com/davidhalter/jedi";
    description = "An autocompletion tool for Python that can be used for text editors";
    homepage = "https://github.com/davidhalter/jedi";
    changelog = "https://github.com/davidhalter/jedi/blob/${version}/CHANGELOG.rst";
    license = licenses.mit;
    maintainers = with maintainers; [ ];
  };