home-assistant-custom-components.ecoflow_cloud: set license (#516893)

This commit is contained in:
Sandro
2026-05-05 15:57:51 +00:00
committed by GitHub
@@ -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;
};
}