conforming to CONTRIBUTING.md

This commit is contained in:
Aaron Andersen 2018-08-25 21:10:59 -04:00
parent 944f0b01a4
commit 8da9d7ceb1
2 changed files with 8 additions and 3 deletions

View file

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

View file

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