Unverified Commit 0cc2f14b authored by Fabian Affolter's avatar Fabian Affolter Committed by GitHub
Browse files

python310Packages.freebox-api: add changelog to meta

parent c27ce8fe
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@ buildPythonPackage rec {
  meta = with lib; {
    description = "Python module to interact with the Freebox OS API";
    homepage = "https://github.com/hacf-fr/freebox-api";
    changelog = "https://github.com/hacf-fr/freebox-api/releases/tag/v${version}";
    license = with licenses; [ gpl3Only ];
    maintainers = with maintainers; [ fab ];
  };