about summary refs log tree commit diff
path: root/pkgs/servers
diff options
context:
space:
mode:
authorK900 <me@0upti.me>2024-04-09 08:21:59 +0300
committerK900 <me@0upti.me>2024-04-09 08:21:59 +0300
commita5c20e136cf144a16f4ad655397619bdb08ac2aa (patch)
treeafce1212cb5ef18cfd9282857188ac74ed0f8cd2 /pkgs/servers
parent70fd2bee04e8c373b5e2deaff646d50873197860 (diff)
home-assistant-custom-components.yassi: update license
Diffstat (limited to 'pkgs/servers')
-rw-r--r--pkgs/servers/home-assistant/custom-components/yassi/default.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgs/servers/home-assistant/custom-components/yassi/default.nix b/pkgs/servers/home-assistant/custom-components/yassi/default.nix
index 1d414487e338d..266d926b086b7 100644
--- a/pkgs/servers/home-assistant/custom-components/yassi/default.nix
+++ b/pkgs/servers/home-assistant/custom-components/yassi/default.nix
@@ -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;
   };
 }