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

python311Packages.mechanize: add changelog to meta

parent bfffad72
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -20,7 +20,8 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Stateful programmatic web browsing in Python";
    homepage = "https://github.com/python-mechanize/mechanize";
    changelog = "https://github.com/python-mechanize/mechanize/blob/v${version}/ChangeLog";
    license = "BSD-style";
    maintainers = with maintainers; [ ];
  };

}