changes as per requested by @aszlig

This commit is contained in:
Aaron Andersen
2018-08-31 02:52:49 +00:00
parent 7bc2a0dd64
commit d7d7533c18
2 changed files with 13 additions and 16 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
description = "A daemon which monitors filesystem events and executes commands defined in system and user tables";
description = "A cron-like daemon which handles filesystem events.";
homepage = https://github.com/ar-/incron;
license = licenses.gpl2;
maintainers = [ maintainers.aanderse ];