fix: correct docs.rs link and switch to GitHub repository
All checks were successful
CI / tests (push) Successful in 7m21s

This commit is contained in:
Lucien Cartier-Tilet 2025-02-01 01:59:40 +01:00
parent d82f9fe2f4
commit f2e59cee7c
Signed by: phundrak
GPG Key ID: 347803E8073EACE0
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@ members = [".", "georm-macros"]
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"] authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
homepage = "https://labs.phundrak.com/phundrak/georm" homepage = "https://github.com/Phundrak/georm"
repository = "https://labs.phundrak.com/phundrak/georm" repository = "https://github.com/Phundrak/georm"
license = "MIT OR GPL-3.0-or-later" license = "MIT OR GPL-3.0-or-later"
keywords = ["sqlx", "orm", "postgres", "postgresql", "database", "async"] keywords = ["sqlx", "orm", "postgres", "postgresql", "database", "async"]
categories = ["database"] categories = ["database"]

View File

@ -152,4 +152,4 @@ pub struct Book {
``` ```
To read more about these features, you can refer to the [online To read more about these features, you can refer to the [online
documentation](https://docs.rs/sqlx/latest/georm/). documentation](https://docs.rs/georm/).