home-assistant-custom-components.ecoflow_cloud: set license

source: https://github.com/tolwi/hassio-ecoflow-cloud/blob/main/LICENSE
This commit is contained in:
jopejoe1
2026-05-05 16:45:28 +02:00
parent 0285cfff98
commit f0b62afcfd
@@ -33,6 +33,6 @@ buildHomeAssistantComponent rec {
description = "Home Assistant component for EcoFlow Cloud";
homepage = "https://github.com/tolwi/hassio-ecoflow-cloud";
maintainers = with lib.maintainers; [ ananthb ];
# license = lib.licenses.asl20;
license = lib.licenses.asl20;
};
}