alttab: Clarify license to GPLv3-or-later

This commit is contained in:
Sebastian Graf 2021-03-15 10:45:35 +01:00
parent 25a70a1548
commit a8fe53907d

View file

@ -38,7 +38,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
homepage = "https://github.com/sagb/alttab";
description = "X11 window switcher designed for minimalistic window managers or standalone X11 session";
license = licenses.gpl3;
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = [ maintainers.sgraf ];
};