Merge pull request #541 from elpiel/patch-1

Fix repository link
This commit is contained in:
Steven Fackler
2020-01-02 07:21:00 -05:00
committed by GitHub

View File

@@ -5,7 +5,7 @@ authors = ["Steven Fackler <sfackler@gmail.com>"]
edition = "2018"
description = "Low level Postgres protocol APIs"
license = "MIT/Apache-2.0"
repository = "https://github.com/sfackler/rust-postgres-protocol"
repository = "https://github.com/sfackler/rust-postgres"
readme = "../README.md"
[dependencies]