conforming to CONTRIBUTING.md

wip/yesman
Aaron Andersen 6 years ago
parent 944f0b01a4
commit 8da9d7ceb1
  1. 5
      maintainers/maintainer-list.nix
  2. 6
      pkgs/tools/system/incron/default.nix

@ -23,6 +23,11 @@
github = "a1russell";
name = "Adam Russell";
};
aanderse = {
email = "aaron@fosslib.net";
github = "aanderse";
name = "Aaron Andersen";
};
aaronschif = {
email = "aaronschif@gmail.com";
github = "aaronschif";

@ -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;
};
}

Loading…
Cancel
Save