about summary refs log tree commit diff
path: root/pkgs/tools/system/incron/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/tools/system/incron/default.nix')
-rw-r--r--pkgs/tools/system/incron/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/incron/default.nix b/pkgs/tools/system/incron/default.nix
index cc986d453569a..b0a2765ddfe10 100644
--- a/pkgs/tools/system/incron/default.nix
+++ b/pkgs/tools/system/incron/default.nix
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
   meta = with lib; {
     description = "A cron-like daemon which handles filesystem events";
     homepage = "https://github.com/ar-/incron";
-    license = licenses.gpl2;
+    license = licenses.gpl2Only;
     maintainers = [ maintainers.aanderse ];
     platforms = platforms.linux;
   };