python310Packages.google-nest-sdm: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-28 09:15:29 +01:00 committed by GitHub
parent b1bc204c5c
commit dc3b1ab179
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -56,6 +56,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Module for Google Nest Device Access using the Smart Device Management API";
homepage = "https://github.com/allenporter/python-google-nest-sdm";
changelog = "https://github.com/allenporter/python-google-nest-sdm/releases/tag/${version}";
license = licenses.asl20;
maintainers = with maintainers; [ fab ];
};