fnotifystat: fix license gpl2 -> gpl2+

This commit is contained in:
Will Dietz 2022-02-03 21:57:55 -06:00
parent 58eeb07420
commit a2dae6912d

View File

@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "File activity monitoring tool";
homepage = "https://github.com/ColinIanKing/fnotifystat";
license = licenses.gpl2;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ womfoo dtzWill ];
};