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

View File

@@ -13,7 +13,7 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/pg_tmp --prefix PATH : ${stdenv.lib.makeBinPath [ postgresql getopt ]}
'';
meta = with stdenv.lib; {
description = ''Run tests on an isolated, temporary PostgreSQL database.'';
description = "Run tests on an isolated, temporary PostgreSQL database";
license = licenses.isc;
homepage = "http://ephemeralpg.org/";
platforms = platforms.all;