Unverified Commit 56ada447 authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.bond-async: add changelog to meta

parent 7c23c423
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -40,6 +40,7 @@ buildPythonPackage rec {
  meta = {
    description = "Asynchronous Python wrapper library over Bond Local API";
    homepage = "https://github.com/bondhome/bond-async";
    changelog = "https://github.com/bondhome/bond-async/releases/tag/v${version}";
    license = lib.licenses.mit;
    maintainers = with lib.maintainers; [ dotlambda ];
  };