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

python310Packages.aiohomekit: add changelog to meta

parent 7a0576fb
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -69,6 +69,7 @@ buildPythonPackage rec {
      Homekit accessories.
    '';
    homepage = "https://github.com/Jc2k/aiohomekit";
    changelog = "https://github.com/Jc2k/aiohomekit/releases/tag/${version}";
    license = with licenses; [ asl20 ];
    maintainers = with maintainers; [ fab ];
  };