fix: correct docs.rs link and switch to GitHub repository

This commit is contained in:
2025-02-01 01:59:40 +01:00
parent d82f9fe2f4
commit f2e59cee7c
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -5,8 +5,8 @@ members = [".", "georm-macros"]
version = "0.1.0"
edition = "2021"
authors = ["Lucien Cartier-Tilet <lucien@phundrak.com>"]
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"]