diff options
| author | Fuwn <[email protected]> | 2022-03-24 03:16:40 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2025-06-09 00:46:13 -0700 |
| commit | ad86397982abc325a110a7488f3650097298fca7 (patch) | |
| tree | 0a1d18783842aef004b87ee8d25b149d4450577f /crates/divina_git | |
| parent | docs(readme): rest to markdown (diff) | |
| download | archived-divina-ad86397982abc325a110a7488f3650097298fca7.tar.xz archived-divina-ad86397982abc325a110a7488f3650097298fca7.zip | |
docs: update readme location
Diffstat (limited to 'crates/divina_git')
| -rw-r--r-- | crates/divina_git/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/divina_git/Cargo.toml b/crates/divina_git/Cargo.toml index 3803cfc..ad4f2f9 100644 --- a/crates/divina_git/Cargo.toml +++ b/crates/divina_git/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["Fuwn <[email protected]>"] edition = "2021" description = "Divina's Git wrapper" -readme = "../../README.rst" +readme = "../../README.md" homepage = "https://divina.land" repository = "https://github.com/divinaland/Divina" license = "GPL-3.0-only" |