Commit 2aa11ced authored by Sigmanificient's avatar Sigmanificient
Browse files

python3Packages.pyexpect: fix changelog

parent c1a63503
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -29,7 +29,7 @@ buildPythonPackage rec {
  pythonImportsCheck = [ "pyexpect" ];

  meta = {
    changelog = "https://dwt/pyexpect/releases/tag/${version}";
    changelog = "https://github.com/dwt/pyexpect/releases/tag/${version}";
    description = "Minimal but very flexible implementation of the expect pattern";
    homepage = "https://github.com/dwt/pyexpect";
    license = lib.licenses.isc;