python311Packages.fjaraskupan: add changelog to meta

This commit is contained in:
Fabian Affolter 2024-03-28 12:28:24 +01:00
parent 12935503a7
commit d9ef35f192
1 changed files with 1 additions and 0 deletions

View File

@ -42,6 +42,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for controlling Fjäråskupan kitchen fans";
homepage = "https://github.com/elupus/fjaraskupan";
changelog = "https://github.com/elupus/fjaraskupan/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};