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.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/tools/system/incron/default.nix b/pkgs/tools/system/incron/default.nix
index cc986d453569a..5c26235f8452b 100644
--- a/pkgs/tools/system/incron/default.nix
+++ b/pkgs/tools/system/incron/default.nix
@@ -28,9 +28,9 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with lib; {
-    description = "A cron-like daemon which handles filesystem events";
+    description = "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;
   };