Commit a5c20e13 authored by K900's avatar K900
Browse files

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

parent 70fd2bee
Loading
Loading
Loading
Loading
+1 −2
Original line number Diff line number Diff line
@@ -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;
  };
}