summary refs log tree commit diff
path: root/pkgs/applications/window-managers/i3/wk-switch.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/window-managers/i3/wk-switch.nix')
-rw-r--r--pkgs/applications/window-managers/i3/wk-switch.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/window-managers/i3/wk-switch.nix b/pkgs/applications/window-managers/i3/wk-switch.nix
index 04c99d500a1d..577a86b05623 100644
--- a/pkgs/applications/window-managers/i3/wk-switch.nix
+++ b/pkgs/applications/window-managers/i3/wk-switch.nix
@@ -29,7 +29,7 @@ python2Packages.buildPythonApplication rec {
     description = "XMonad-like workspace switching for i3";
     maintainers = with maintainers; [ synthetica ];
     platforms = platforms.linux;
-    license = licenses.gpl3Plus;
+    license = licenses.mit;
     homepage = https://travisf.net/i3-wk-switcher;
   };
 }