Commit 1641e577 authored by Fabian Affolter's avatar Fabian Affolter Committed by Anderson Torres
Browse files

python311Packages.geventhttpclient: add changelog to meta

parent ee2f5909
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -56,6 +56,7 @@ buildPythonPackage rec {
  meta = with lib; {
    homepage = "https://github.com/geventhttpclient/geventhttpclient";
    description = "High performance, concurrent HTTP client library using gevent";
    changelog = "https://github.com/geventhttpclient/geventhttpclient/releases/tag/${version}";
    license = licenses.mit;
    maintainers = with maintainers; [ koral ];
  };