From b3d570dd181e93718ccd4d5b8db7fa3d58b6f79a Mon Sep 17 00:00:00 2001 From: Ana Hobden Date: Thu, 10 Feb 2022 11:26:29 -0800 Subject: [PATCH] Repair metadata links in Cargo.tomls Signed-off-by: Ana Hobden --- cargo-pgx/Cargo.toml | 4 ++-- pgx-macros/Cargo.toml | 4 ++-- pgx-pg-sys/Cargo.toml | 4 ++-- pgx-tests/Cargo.toml | 4 ++-- pgx-utils/Cargo.toml | 4 ++-- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cargo-pgx/Cargo.toml b/cargo-pgx/Cargo.toml index a40728695..11760c807 100644 --- a/cargo-pgx/Cargo.toml +++ b/cargo-pgx/Cargo.toml @@ -5,8 +5,8 @@ authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" description = "Cargo subcommand for 'pgx' to make Postgres extension development easy" -homepage = "https://github.com/zombodb/pgx/cargo-pgx" -repository = "https://github.com/zombodb/pgx/cargo-pgx" +homepage = "https://github.com/zombodb/pgx" +repository = "https://github.com/zombodb/pgx" documentation = "https://docs.rs/cargo-pgx" categories = ["development-tools::cargo-plugins", "command-line-utilities", "database"] keywords = ["database", "postgres", "postgresql", "extension"] diff --git a/pgx-macros/Cargo.toml b/pgx-macros/Cargo.toml index 597e079ab..0919264ff 100644 --- a/pgx-macros/Cargo.toml +++ b/pgx-macros/Cargo.toml @@ -5,8 +5,8 @@ authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" description = "Proc Macros for 'pgx'" -homepage = "https://github.com/zombodb/pgx/pg-macros" -repository = "https://github.com/zombodb/pgx/pg-macros" +homepage = "https://github.com/zombodb/pgx" +repository = "https://github.com/zombodb/pgx" documentation = "https://docs.rs/pgx-macros" readme = "README.md" diff --git a/pgx-pg-sys/Cargo.toml b/pgx-pg-sys/Cargo.toml index d7f9a4c3e..b16e33382 100644 --- a/pgx-pg-sys/Cargo.toml +++ b/pgx-pg-sys/Cargo.toml @@ -5,8 +5,8 @@ authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" description = "Generated Rust bindings for Postgres internals, for use with 'pgx'" -homepage = "https://github.com/zombodb/pgx/pg-pg-sys" -repository = "https://github.com/zombodb/pgx/pg-pg-sys" +homepage = "https://github.com/zombodb/pgx" +repository = "https://github.com/zombodb/pgx" documentation = "https://docs.rs/pgx-pg-sys" readme = "README.md" diff --git a/pgx-tests/Cargo.toml b/pgx-tests/Cargo.toml index c2ee2ea34..342148a1f 100644 --- a/pgx-tests/Cargo.toml +++ b/pgx-tests/Cargo.toml @@ -5,8 +5,8 @@ authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" description = "Test framework for 'pgx'-based Postgres extensions" -homepage = "https://github.com/zombodb/pgx/pg-tests" -repository = "https://github.com/zombodb/pgx/pg-tests" +homepage = "https://github.com/zombodb/pgx" +repository = "https://github.com/zombodb/pgx" documentation = "https://docs.rs/pgx-tests" readme = "README.md" diff --git a/pgx-utils/Cargo.toml b/pgx-utils/Cargo.toml index 6b31e3af2..f3b3b4f21 100644 --- a/pgx-utils/Cargo.toml +++ b/pgx-utils/Cargo.toml @@ -5,8 +5,8 @@ authors = ["ZomboDB, LLC "] edition = "2018" license = "MIT" description = "Utility functions for 'pgx'" -homepage = "https://github.com/zombodb/pgx/pg-utils" -repository = "https://github.com/zombodb/pgx/pg-utils" +homepage = "https://github.com/zombodb/pgx" +repository = "https://github.com/zombodb/pgx" documentation = "https://docs.rs/pgx-utils" readme = "README.md"