summary refs log tree commit diff
path: root/pkgs/tools/system
diff options
context:
space:
mode:
authorAaron Andersen <aaron@fosslib.net>2018-08-25 21:10:59 -0400
committerAaron Andersen <aaron@fosslib.net>2018-08-25 21:10:59 -0400
commit8da9d7ceb186a92e0737fa98f334b4c4d7a16543 (patch)
treefb9dc65eebe2afc110b3cf2b6494fc18b5e8fe84 /pkgs/tools/system
parent944f0b01a4029472565c91642ed5819fab4f4cc0 (diff)
downloadnixpkgs-8da9d7ceb186a92e0737fa98f334b4c4d7a16543.tar
nixpkgs-8da9d7ceb186a92e0737fa98f334b4c4d7a16543.tar.gz
nixpkgs-8da9d7ceb186a92e0737fa98f334b4c4d7a16543.tar.bz2
nixpkgs-8da9d7ceb186a92e0737fa98f334b4c4d7a16543.tar.lz
nixpkgs-8da9d7ceb186a92e0737fa98f334b4c4d7a16543.tar.xz
nixpkgs-8da9d7ceb186a92e0737fa98f334b4c4d7a16543.tar.zst
nixpkgs-8da9d7ceb186a92e0737fa98f334b4c4d7a16543.zip
conforming to CONTRIBUTING.md
Diffstat (limited to 'pkgs/tools/system')
-rw-r--r--pkgs/tools/system/incron/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/tools/system/incron/default.nix b/pkgs/tools/system/incron/default.nix
index 2f78a37203f..8c1b717d6d2 100644
--- a/pkgs/tools/system/incron/default.nix
+++ b/pkgs/tools/system/incron/default.nix
@@ -25,10 +25,10 @@ stdenv.mkDerivation rec {
   '';
 
   meta = with stdenv.lib; {
-    description = "
-      The inotify cron daemon (incrond) is a daemon which monitors filesystem events and executes commands defined in system and user tables. It's use is generally similar to cron.";
-    license = licenses.gpl2;
+    description = "A daemon which monitors filesystem events and executes commands defined in system and user tables";
     homepage = https://github.com/ar-/incron;
+    license = licenses.gpl2;
+    maintainers = [ maintainers.aanderse ];
     platforms = platforms.linux;
   };
 }