treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A cron-like daemon which handles filesystem events.";
|
||||
description = "A cron-like daemon which handles filesystem events";
|
||||
homepage = "https://github.com/ar-/incron";
|
||||
license = licenses.gpl2;
|
||||
maintainers = [ maintainers.aanderse ];
|
||||
|
||||
Reference in New Issue
Block a user