fnotifystat: fix license gpl2 -> gpl2+

+1 -1
+1 -1
pkgs/os-specific/linux/fnotifystat/default.nix
··· 19 meta = with lib; { 20 description = "File activity monitoring tool"; 21 homepage = "https://github.com/ColinIanKing/fnotifystat"; 22 - license = licenses.gpl2; 23 platforms = platforms.linux; 24 maintainers = with maintainers; [ womfoo dtzWill ]; 25 };
··· 19 meta = with lib; { 20 description = "File activity monitoring tool"; 21 homepage = "https://github.com/ColinIanKing/fnotifystat"; 22 + license = licenses.gpl2Plus; 23 platforms = platforms.linux; 24 maintainers = with maintainers; [ womfoo dtzWill ]; 25 };