From f3c5939ac90c551cecc768d091417a8adbc7ccb8 Mon Sep 17 00:00:00 2001 From: Patrick Hilhorst Date: Tue, 6 Mar 2018 01:00:44 +0100 Subject: [PATCH] fix license --- pkgs/applications/window-managers/i3/wk-switch.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }; }