From 5c19a76c170341ba856eed4c66c89e8bff1d1daf Mon Sep 17 00:00:00 2001 From: Adam Leskis Date: Thu, 2 Apr 2026 15:37:38 +0100 Subject: [PATCH] use https for domains that support it --- README.rst | 12 ++++++------ pgcli/main.py | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index 6dc4f9e8a..7de8eb914 100644 --- a/README.rst +++ b/README.rst @@ -28,9 +28,9 @@ A REPL for Postgres This is a postgres client that does auto-completion and syntax highlighting. -Home Page: http://pgcli.com +Home Page: https://pgcli.com -MySQL Equivalent: http://mycli.net +MySQL Equivalent: https://mycli.net .. image:: screenshots/pgcli.gif .. image:: screenshots/image01.png @@ -159,8 +159,8 @@ https://github.com/dbcli/pgcli/blob/main/CONTRIBUTING.rst Please feel free to reach out to us if you need help. -* Amjith, pgcli author: amjith.r@gmail.com, Twitter: `@amjithr `_ -* Irina, pgcli maintainer: i.chernyavska@gmail.com, Twitter: `@irinatruong `_ +* Amjith, pgcli author: amjith.r@gmail.com, Twitter: `@amjithr `_ +* Irina, pgcli maintainer: i.chernyavska@gmail.com, Twitter: `@irinatruong `_ Detailed Installation Instructions: ----------------------------------- @@ -346,12 +346,12 @@ Thanks: ------- A special thanks to `Jonathan Slenders `_ for -creating `Python Prompt Toolkit `_, +creating `Python Prompt Toolkit `_, which is quite literally the backbone library, that made this app possible. Jonathan has also provided valuable feedback and support during the development of this app. -`Click `_ is used for command line option parsing +`Click `_ is used for command line option parsing and printing error messages. Thanks to `psycopg `_ for providing a rock solid diff --git a/pgcli/main.py b/pgcli/main.py index 9ce15135d..582fa0b58 100644 --- a/pgcli/main.py +++ b/pgcli/main.py @@ -959,7 +959,7 @@ def run_cli(self): if not self.less_chatty: print("Server: PostgreSQL", self.pgexecute.server_version) print("Version:", __version__) - print("Home: http://pgcli.com") + print("Home: https://pgcli.com") try: while True: