From 66194766d06cff4523336fe0a190390cd8c5b706 Mon Sep 17 00:00:00 2001 From: Lachezar Lechev <8925621+elpiel@users.noreply.github.com> Date: Thu, 2 Jan 2020 14:08:15 +0200 Subject: [PATCH] Fix repository link --- postgres-protocol/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]