python310Packages.life360: add changelog to meta

This commit is contained in:
Fabian Affolter 2022-12-09 00:09:08 +01:00
parent 470e6fd1cd
commit 325cb69c81

View File

@ -34,6 +34,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python module to interact with Life360";
homepage = "https://github.com/pnbruckner/life360";
changelog = "https://github.com/pnbruckner/life360/releases/tag/v${version}";
license = licenses.mit;
maintainers = with maintainers; [ fab ];
};