From 99a51e7f11ddf416e692e02e4897602fd83aee5b Mon Sep 17 00:00:00 2001 From: Philipp David Date: Fri, 16 May 2025 07:54:38 +0200 Subject: [PATCH] home-assistant-custom-components.alarmo: update license Upstream has added the Apache-2.0 license, see: https://github.com/nielsfaber/alarmo/commit/64831d863de92792c57119df47b83b9562912d44 https://github.com/nielsfaber/alarmo/raw/refs/tags/v1.10.8/LICENSE https://github.com/nielsfaber/alarmo/issues/1096 --- .../servers/home-assistant/custom-components/alarmo/package.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/servers/home-assistant/custom-components/alarmo/package.nix b/pkgs/servers/home-assistant/custom-components/alarmo/package.nix index 938eb5c2847b..a49b688475ee 100644 --- a/pkgs/servers/home-assistant/custom-components/alarmo/package.nix +++ b/pkgs/servers/home-assistant/custom-components/alarmo/package.nix @@ -25,6 +25,6 @@ buildHomeAssistantComponent rec { description = "Alarm System for Home Assistant"; homepage = "https://github.com/nielsfaber/alarmo"; maintainers = with maintainers; [ mindstorms6 ]; - license = licenses.unfree; + license = licenses.asl20; }; }