connector-smtp: fix repo URL to use HTTP and not SSH

Signed-off-by: Jakub Sokołowski <jakub@status.im>
This commit is contained in:
Jakub Sokołowski 2023-09-21 11:20:07 +02:00
parent abf1fff825
commit 688e2a512d
No known key found for this signature in database
GPG Key ID: FE65CD384D5BF7B4
2 changed files with 2 additions and 2 deletions

2
poetry.lock generated
View File

@ -324,7 +324,7 @@ develop = false
[package.source]
type = "git"
url = "git@github.com:sartography/connector-smtp.git"
url = "https://github.com/sartography/connector-smtp.git"
reference = "HEAD"
resolved_reference = "532e44b7a4acbb861fa9248398ed73302d49432e"

View File

@ -15,7 +15,7 @@ connector-postgresql = {develop=true, path="connectors/connector-postgresql"}
connector-aws = { git = "https://github.com/sartography/connector-aws.git"}
connector-http = { git = "https://github.com/sartography/connector-http.git"}
connector-github = { git = "https://github.com/sartography/connector-github.git"}
connector-smtp = { git = "git@github.com:sartography/connector-smtp.git" }
connector-smtp = { git = "https://github.com/sartography/connector-smtp.git" }
gunicorn = "^20.1.0"
Flask-OAuthlib = "^0.9.6"