Commit ea1fe3fb authored by Fabian Affolter's avatar Fabian Affolter
Browse files

python3Packages.caio: add changelog to meta

parent 34b81fa3
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -32,6 +32,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "File operations with asyncio support";
    homepage = "https://github.com/mosquito/caio";
    changelog = "https://github.com/mosquito/caio/releases/tag/${version}";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };