diff --git a/pkgs/applications/window-managers/i3/wk-switch.nix b/pkgs/applications/window-managers/i3/wk-switch.nix index 04c99d500a1..577a86b0562 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; }; }