From 11405a0666a7716b62886d3a1b497ea4553f422b Mon Sep 17 00:00:00 2001 From: Matteo Pacini Date: Sat, 19 Jul 2025 09:33:54 +0100 Subject: [PATCH] home-assistant-custom-components.volvo_cars: with lib; cleanup --- .../home-assistant/custom-components/volvo_cars/package.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkgs/servers/home-assistant/custom-components/volvo_cars/package.nix b/pkgs/servers/home-assistant/custom-components/volvo_cars/package.nix index 526f9b7ed0bb..5c606320246a 100644 --- a/pkgs/servers/home-assistant/custom-components/volvo_cars/package.nix +++ b/pkgs/servers/home-assistant/custom-components/volvo_cars/package.nix @@ -16,14 +16,14 @@ buildHomeAssistantComponent rec { hash = "sha256-2eTUIbwAadJsOp1ETDY6+cEPVMOzhj1otEyzobysqaY="; }; - meta = with lib; { + meta = { changelog = "https://github.com/thomasddn/ha-volvo-cars/releases/tag/${src.tag}"; homepage = "https://github.com/thomasddn/ha-volvo-cars"; description = "Volvo Cars Home Assistant integration"; - maintainers = with maintainers; [ + maintainers = with lib.maintainers; [ matteopacini seberm ]; - license = licenses.gpl3Only; + license = lib.licenses.gpl3Only; }; }