summary refs log tree commit diff
path: root/pkgs/os-specific/linux/fnotifystat/default.nix
diff options
context:
space:
mode:
authorWill Dietz <w@wdtz.org>2022-02-03 21:57:55 -0600
committerWill Dietz <w@wdtz.org>2022-02-03 21:57:55 -0600
commita2dae6912dc3db01a79db55471275e0826c0c63d (patch)
tree9ebf947cb759d5dabad217ce1baedc4d7cb3a18c /pkgs/os-specific/linux/fnotifystat/default.nix
parent58eeb07420a33f33c1a587b11e27011812cf412b (diff)
downloadnixpkgs-a2dae6912dc3db01a79db55471275e0826c0c63d.tar
nixpkgs-a2dae6912dc3db01a79db55471275e0826c0c63d.tar.gz
nixpkgs-a2dae6912dc3db01a79db55471275e0826c0c63d.tar.bz2
nixpkgs-a2dae6912dc3db01a79db55471275e0826c0c63d.tar.lz
nixpkgs-a2dae6912dc3db01a79db55471275e0826c0c63d.tar.xz
nixpkgs-a2dae6912dc3db01a79db55471275e0826c0c63d.tar.zst
nixpkgs-a2dae6912dc3db01a79db55471275e0826c0c63d.zip
fnotifystat: fix license gpl2 -> gpl2+
Diffstat (limited to 'pkgs/os-specific/linux/fnotifystat/default.nix')
-rw-r--r--pkgs/os-specific/linux/fnotifystat/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/fnotifystat/default.nix b/pkgs/os-specific/linux/fnotifystat/default.nix
index ac0dda80211..e600e163ad7 100644
--- a/pkgs/os-specific/linux/fnotifystat/default.nix
+++ b/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 ];
   };