From 4a7601e1e3447e19c513492be2764ffe85da80f9 Mon Sep 17 00:00:00 2001 From: jopejoe1 Date: Tue, 5 May 2026 16:48:22 +0200 Subject: [PATCH] home-assistant-custom-components.hildebrand_glow_ihd: set license Reason: could not finde any license in the source code --- .../custom-components/hildebrand_glow_ihd/package.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/servers/home-assistant/custom-components/hildebrand_glow_ihd/package.nix b/pkgs/servers/home-assistant/custom-components/hildebrand_glow_ihd/package.nix index 68cd1f9464f9..3c7426a4e783 100644 --- a/pkgs/servers/home-assistant/custom-components/hildebrand_glow_ihd/package.nix +++ b/pkgs/servers/home-assistant/custom-components/hildebrand_glow_ihd/package.nix @@ -24,5 +24,6 @@ buildHomeAssistantComponent rec { description = "Home Assistant integration for local MQTT Hildebrand Glow IHD"; homepage = "https://github.com/megakid/ha_hildebrand_glow_ihd_mqtt"; maintainers = with lib.maintainers; [ CodedNil ]; + license = lib.licenses.unfree; }; }