treewide: remove periods from end of package descriptions

This commit is contained in:
Ben Siraphob
2020-10-25 20:13:18 +07:00
parent aa7977af2c
commit c98962e1a3
9 changed files with 11 additions and 11 deletions
+1 -2
View File
@@ -11,8 +11,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "DESTDIR=$(out)" "PREFIX=/" ];
meta = with stdenv.lib; {
description =
"Tool for waiting until a particular time and then running a command.";
description = "Tool for waiting until a particular time and then running a command";
maintainers = with maintainers; [ kaction ];
license = licenses.cc0;
platforms = platforms.linux;