about summary refs log tree commit diff
path: root/pkgs/applications/window-managers/i3
diff options
context:
space:
mode:
authorPatrick Hilhorst <philhorst@science.ru.nl>2018-03-06 01:00:44 +0100
committerPatrick Hilhorst <philhorst@science.ru.nl>2018-03-06 01:00:44 +0100
commitf3c5939ac90c551cecc768d091417a8adbc7ccb8 (patch)
tree4878b4a1c1138e55e0545f7cefc3d84a1ec786c8 /pkgs/applications/window-managers/i3
parent24246f2d891d3cb208477b129884ce09ad1697a0 (diff)
downloadnixlib-f3c5939ac90c551cecc768d091417a8adbc7ccb8.tar
nixlib-f3c5939ac90c551cecc768d091417a8adbc7ccb8.tar.gz
nixlib-f3c5939ac90c551cecc768d091417a8adbc7ccb8.tar.bz2
nixlib-f3c5939ac90c551cecc768d091417a8adbc7ccb8.tar.lz
nixlib-f3c5939ac90c551cecc768d091417a8adbc7ccb8.tar.xz
nixlib-f3c5939ac90c551cecc768d091417a8adbc7ccb8.tar.zst
nixlib-f3c5939ac90c551cecc768d091417a8adbc7ccb8.zip
fix license
Diffstat (limited to 'pkgs/applications/window-managers/i3')
-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;
   };
 }