home-assistant-custom-components.volvo_cars: with lib; cleanup

This commit is contained in:
Matteo Pacini
2025-07-19 09:33:54 +01:00
parent 58c6b37b69
commit 11405a0666

View File

@@ -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;
};
}