diff --git a/CHANGELOG.md b/CHANGELOG.md index 334e1d8..2fbc250 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ### Changed - Bump stac-rs version to v0.5 -- Bump pgstac version to v0.6.13 ([#2](https://github.com/gadomski/pgstac-rs/pull/2)) +- Bump pgstac version to v0.6.13 ([#2](https://github.com/stac-utils/pgstac-rs/pull/2)) ## [0.0.3] - 2023-01-08 @@ -33,8 +33,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), Initial release -[unreleased]: https://github.com/gadomski/pgstac-rs/compare/v0.0.4...HEAD -[0.0.4]: https://github.com/gadomski/pgstac-rs/compare/v0.0.3...v0.0.4 -[0.0.3]: https://github.com/gadomski/pgstac-rs/compare/v0.0.2...v0.0.3 -[0.0.2]: https://github.com/gadomski/pgstac-rs/compare/v0.0.1...v0.0.2 -[0.0.1]: https://github.com/gadomski/pgstac-rs/tree/v0.0.1 +[unreleased]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.4...HEAD +[0.0.4]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.3...v0.0.4 +[0.0.3]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.2...v0.0.3 +[0.0.2]: https://github.com/stac-utils/pgstac-rs/compare/v0.0.1...v0.0.2 +[0.0.1]: https://github.com/stac-utils/pgstac-rs/tree/v0.0.1 diff --git a/Cargo.toml b/Cargo.toml index 4dd10d0..3a04c2b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ version = "0.0.4" authors = ["Pete Gadomski "] edition = "2021" description = "Rust interface for pgstac" -homepage = "https://github.com/gadomski/pgstac-rs" -repository = "https://github.com/gadomski/pgstac-rs" +homepage = "https://github.com/stac-utils/pgstac-rs" +repository = "https://github.com/stac-utils/pgstac-rs" license = "MIT OR Apache-2.0" keywords = ["geospatial", "stac", "metadata", "raster", "database"] categories = ["database", "data-structures", "science"] @@ -14,8 +14,8 @@ categories = ["database", "data-structures", "science"] geojson = "0.24" serde = "1" serde_json = "1" -stac = { version = "0.5", git = "https://github.com/gadomski/stac-rs" } -stac-api = { version = "0.2", git = "https://github.com/gadomski/stac-rs" } +stac = { version = "0.5", git = "https://github.com/stac-utils/stac-rs" } +stac-api = { version = "0.2", git = "https://github.com/stac-utils/stac-rs" } thiserror = "1" tokio-postgres = { version = "0.7", features = ["with-serde_json-1"] } diff --git a/README.md b/README.md index a4e8ed0..9cda636 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # pgstac-rs -[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/gadomski/pgstac-rs/ci.yml?branch=main&style=for-the-badge)](https://github.com/gadomski/pgstac-rs/actions/workflows/ci.yml) +[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/stac-utils/pgstac-rs/ci.yml?branch=main&style=for-the-badge)](https://github.com/stac-utils/pgstac-rs/actions/workflows/ci.yml) [![docs.rs](https://img.shields.io/docsrs/pgstac?style=for-the-badge)](https://docs.rs/pgstac/latest/pgstac/) [![Crates.io](https://img.shields.io/crates/v/pgstac?style=for-the-badge)](https://crates.io/crates/pgstac) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](./CODE_OF_CONDUCT)