From 683a87dbeb5cbf7a97fc8093836d3691e79780a1 Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Sun, 11 Oct 2020 12:55:05 +0700 Subject: treewide: remove periods from end of package descriptions --- pkgs/tools/text/miller/default.nix | 2 +- pkgs/tools/text/platinum-searcher/default.nix | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/tools/text') diff --git a/pkgs/tools/text/miller/default.nix b/pkgs/tools/text/miller/default.nix index 28f2c54729b8..bf082abadbce 100644 --- a/pkgs/tools/text/miller/default.nix +++ b/pkgs/tools/text/miller/default.nix @@ -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 ]; diff --git a/pkgs/tools/text/platinum-searcher/default.nix b/pkgs/tools/text/platinum-searcher/default.nix index b53c5646e70f..e621d13f013d 100644 --- a/pkgs/tools/text/platinum-searcher/default.nix +++ b/pkgs/tools/text/platinum-searcher/default.nix @@ -18,7 +18,7 @@ buildGoPackage rec { meta = with stdenv.lib; { homepage = "https://github.com/monochromegane/the_platinum_searcher"; - description = "A code search tool similar to ack and the_silver_searcher(ag)."; + description = "A code search tool similar to ack and the_silver_searcher(ag)"; license = licenses.mit; }; } -- cgit v1.2.3