treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [ autoreconfHook flex libtool ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON.";
|
||||
description = "Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON";
|
||||
homepage = "http://johnkerl.org/miller/";
|
||||
license = licenses.bsd2;
|
||||
maintainers = with maintainers; [ mstarzyk ];
|
||||
|
||||
Reference in New Issue
Block a user