From f2e59cee7ccb2ae0aa38f5109e025c60e05317e1 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sat, 1 Feb 2025 01:59:40 +0100 Subject: [PATCH] fix: correct docs.rs link and switch to GitHub repository --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b3393ee..b138b75 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,8 +5,8 @@ members = [".", "georm-macros"] version = "0.1.0" edition = "2021" authors = ["Lucien Cartier-Tilet "] -homepage = "https://labs.phundrak.com/phundrak/georm" -repository = "https://labs.phundrak.com/phundrak/georm" +homepage = "https://github.com/Phundrak/georm" +repository = "https://github.com/Phundrak/georm" license = "MIT OR GPL-3.0-or-later" keywords = ["sqlx", "orm", "postgres", "postgresql", "database", "async"] categories = ["database"] diff --git a/README.md b/README.md index 05bde3b..9b0159a 100644 --- a/README.md +++ b/README.md @@ -152,4 +152,4 @@ pub struct Book { ``` To read more about these features, you can refer to the [online -documentation](https://docs.rs/sqlx/latest/georm/). +documentation](https://docs.rs/georm/).