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"