Skip to content
This repository has been archived by the owner on Apr 27, 2024. It is now read-only.

Commit

Permalink
chore: update repo location
Browse files Browse the repository at this point in the history
  • Loading branch information
gadomski committed Sep 19, 2023
1 parent 0743724 commit 5743525
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ version = "0.0.4"
authors = ["Pete Gadomski <[email protected]>"]
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"]
Expand All @@ -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"] }

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5743525

Please sign in to comment.