Merge pull request #302753 from K900/yassi-license

home-assistant-custom-components.yassi: update license
This commit is contained in:
K900
2024-04-09 08:25:45 +03:00
committed by GitHub
@@ -23,7 +23,6 @@ buildHomeAssistantComponent rec {
homepage = "https://ha-samsung-soundbar.vercel.app/";
changelog = "https://github.com/samuelspagl/ha_samsung_soundbar/releases/tag/${version}";
maintainers = with maintainers; [ k900 ];
# https://github.com/samuelspagl/ha_samsung_soundbar/issues/31
license = licenses.unfree;
license = licenses.mit;
};
}