Unverified Commit 486bdc8c authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.homematicip: add changelog to meta

parent dac7bf35
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -86,6 +86,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Module for the homematicIP REST API";
    homepage = "https://github.com/hahn-th/homematicip-rest-api";
    changelog = "https://github.com/hahn-th/homematicip-rest-api/releases/tag/${version}";
    license = with licenses; [ gpl3Only ];
    maintainers = with maintainers; [ fab ];
  };