alttab: Clarify license to GPLv3-or-later
This commit is contained in:
@@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
homepage = "https://github.com/sagb/alttab";
|
homepage = "https://github.com/sagb/alttab";
|
||||||
description = "X11 window switcher designed for minimalistic window managers or standalone X11 session";
|
description = "X11 window switcher designed for minimalistic window managers or standalone X11 session";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3Plus;
|
||||||
platforms = platforms.all;
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.sgraf ];
|
maintainers = [ maintainers.sgraf ];
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user