treewide: remove periods from end of package descriptions
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user