python311Packages.airthings-cloud: add changelog to meta

This commit is contained in:
Fabian Affolter
2024-01-10 09:36:06 +01:00
committed by GitHub
parent 387c39e90e
commit 2316b7658e
@@ -35,6 +35,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module for Airthings";
homepage = "https://github.com/Danielhiversen/pyAirthings";
changelog = "https://github.com/Danielhiversen/pyAirthings/releases/tag/${version}";
license = with licenses; [ mit ];
maintainers = with maintainers; [ fab ];
};