forked from mirrors/nixpkgs
fnotifystat: fix license gpl2 -> gpl2+
This commit is contained in:
parent
58eeb07420
commit
a2dae6912d
|
@ -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…
Reference in a new issue