fnotifystat: fix license gpl2 -> gpl2+

main
Will Dietz 2 years ago
parent 58eeb07420
commit a2dae6912d
  1. 2
      pkgs/os-specific/linux/fnotifystat/default.nix

@ -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 ];
};

Loading…
Cancel
Save