python3Packages.caio: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-21 12:46:45 +01:00
parent 34b81fa3aa
commit ea1fe3fb8f

View file

@ -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 ];
};