alttab: Clarify license to GPLv3-or-later
This commit is contained in:
parent
25a70a1548
commit
a8fe53907d
1 changed files with 1 additions and 1 deletions
|
@ -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 ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue