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

python310Packages.aiomisc: add changelog to meta

parent 8a339bb8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -90,6 +90,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Miscellaneous utils for asyncio";
    homepage = "https://github.com/aiokitchen/aiomisc";
    changelog = "https://github.com/aiokitchen/aiomisc/blob/master/CHANGELOG.md";
    license = licenses.asl20;
    maintainers = with maintainers; [ fab ];
  };