diff --git a/postgres-protocol/Cargo.toml b/postgres-protocol/Cargo.toml index ae45eb63..4ea70f0a 100644 --- a/postgres-protocol/Cargo.toml +++ b/postgres-protocol/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Steven Fackler "] 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]