about summary refs log tree commit diff
path: root/pkgs/development/python-modules/freebox-api
diff options
context:
space:
mode:
authorFabian Affolter <mail@fabian-affolter.ch>2023-02-23 01:04:56 +0100
committerGitHub <noreply@github.com>2023-02-23 01:04:56 +0100
commit0cc2f14b8230a6087fd94ee80dac70a79c69fbc8 (patch)
treec84094bb4936e004d335794544f78cc6481a8273 /pkgs/development/python-modules/freebox-api
parentc27ce8fe4fee4be98c7ea8cb506e581a0209c01a (diff)
python310Packages.freebox-api: add changelog to meta
Diffstat (limited to 'pkgs/development/python-modules/freebox-api')
-rw-r--r--pkgs/development/python-modules/freebox-api/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/freebox-api/default.nix b/pkgs/development/python-modules/freebox-api/default.nix
index e711c8334f61d..950b2d4caee4c 100644
--- a/pkgs/development/python-modules/freebox-api/default.nix
+++ b/pkgs/development/python-modules/freebox-api/default.nix
@@ -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 ];
   };