Skip to content

Commit a0d71f3

Browse files
committed
set homepage link to https in pyproject
1 parent e647319 commit a0d71f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ classifiers = [
2121
"Topic :: Software Development",
2222
"Topic :: Software Development :: Libraries :: Python Modules",
2323
]
24-
urls = { Homepage = "http://pgcli.com" }
24+
urls = { Homepage = "https://pgcli.com" }
2525
requires-python = ">=3.8"
2626
dependencies = [
2727
"pgspecial>=2.0.0",

0 commit comments

Comments
 (0)