diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 11:48:53 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2021-02-08 12:10:47 +0000 |
commit | fbb530280f13e47ea5ba8854c62fa07bc6351737 (patch) | |
tree | dce49b389aa5a9641adb2efef38976709a623fb7 | |
parent | Repeating section per binary package in control for consistency reasons. (diff) | |
download | pgcli-fbb530280f13e47ea5ba8854c62fa07bc6351737.tar.xz pgcli-fbb530280f13e47ea5ba8854c62fa07bc6351737.zip |
Correcting postgres spelling in package long-description.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r-- | debian/control | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control index e0aab84..4e96fb5 100644 --- a/debian/control +++ b/debian/control @@ -32,5 +32,5 @@ Depends: ${misc:Depends}, ${python3:Depends}, Description: CLI for PostgreSQL with auto-completion and syntax highlighting - pgcli is a command line interface for Postgres with auto-completion and syntax - highlighting. It is also capable of pretty printing tabular data. + pgcli is a command line interface for PostgreSQL with auto-completion and + syntax highlighting. It is also capable of pretty printing tabular data. |