Commit 1224c9fe authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python311Packages.warcio: add changelog to meta

parent 72c6128c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -50,6 +50,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Streaming WARC/ARC library for fast web archive IO";
    homepage = "https://github.com/webrecorder/warcio";
    changelog = "https://github.com/webrecorder/warcio/blob/master/CHANGELIST.rst";
    license = licenses.asl20;
    maintainers = with maintainers; [ Luflosi ];
  };