fnotifystat: fix license gpl2 -> gpl2+
This commit is contained in:
parent
58eeb07420
commit
a2dae6912d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "File activity monitoring tool";
|
description = "File activity monitoring tool";
|
||||||
homepage = "https://github.com/ColinIanKing/fnotifystat";
|
homepage = "https://github.com/ColinIanKing/fnotifystat";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2Plus;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ womfoo dtzWill ];
|
maintainers = with maintainers; [ womfoo dtzWill ];
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue