fix license

This commit is contained in:
Patrick Hilhorst 2018-03-06 01:00:44 +01:00
parent 24246f2d89
commit f3c5939ac9
1 changed files with 1 additions and 1 deletions

View File

@ -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;
};
}