Commit 11405a06 authored by Matteo Pacini's avatar Matteo Pacini
Browse files

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

parent 58c6b37b
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -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;
  };
}