home-assistant-custom-components.yassi: update license

This commit is contained in:
K900 2024-04-09 08:21:59 +03:00
parent 70fd2bee04
commit a5c20e136c

View File

@ -23,7 +23,6 @@ buildHomeAssistantComponent rec {
homepage = "https://ha-samsung-soundbar.vercel.app/"; homepage = "https://ha-samsung-soundbar.vercel.app/";
changelog = "https://github.com/samuelspagl/ha_samsung_soundbar/releases/tag/${version}"; changelog = "https://github.com/samuelspagl/ha_samsung_soundbar/releases/tag/${version}";
maintainers = with maintainers; [ k900 ]; maintainers = with maintainers; [ k900 ];
# https://github.com/samuelspagl/ha_samsung_soundbar/issues/31 license = licenses.mit;
license = licenses.unfree;
}; };
} }