fix license

This commit is contained in:
Patrick Hilhorst 2018-03-06 01:00:44 +01:00
parent 24246f2d89
commit f3c5939ac9

View File

@ -29,7 +29,7 @@ python2Packages.buildPythonApplication rec {
description = "XMonad-like workspace switching for i3"; description = "XMonad-like workspace switching for i3";
maintainers = with maintainers; [ synthetica ]; maintainers = with maintainers; [ synthetica ];
platforms = platforms.linux; platforms = platforms.linux;
license = licenses.gpl3Plus; license = licenses.mit;
homepage = https://travisf.net/i3-wk-switcher; homepage = https://travisf.net/i3-wk-switcher;
}; };
} }