python310Packages.freebox-api: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-02-23 01:04:56 +01:00
committed by GitHub
parent c27ce8fe4f
commit 0cc2f14b82
@@ -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 ];
};