conforming to CONTRIBUTING.md
This commit is contained in:
parent
944f0b01a4
commit
8da9d7ceb1
|
@ -23,6 +23,11 @@
|
||||||
github = "a1russell";
|
github = "a1russell";
|
||||||
name = "Adam Russell";
|
name = "Adam Russell";
|
||||||
};
|
};
|
||||||
|
aanderse = {
|
||||||
|
email = "aaron@fosslib.net";
|
||||||
|
github = "aanderse";
|
||||||
|
name = "Aaron Andersen";
|
||||||
|
};
|
||||||
aaronschif = {
|
aaronschif = {
|
||||||
email = "aaronschif@gmail.com";
|
email = "aaronschif@gmail.com";
|
||||||
github = "aaronschif";
|
github = "aaronschif";
|
||||||
|
|
|
@ -25,10 +25,10 @@ stdenv.mkDerivation rec {
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "
|
description = "A daemon which monitors filesystem events and executes commands defined in system and user tables";
|
||||||
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;
|
|
||||||
homepage = https://github.com/ar-/incron;
|
homepage = https://github.com/ar-/incron;
|
||||||
|
license = licenses.gpl2;
|
||||||
|
maintainers = [ maintainers.aanderse ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue