Skip to content

Commit 6439735

Browse files
committed
Point repository metadata at the standalone home
The crate now lives at copse-dev/tauri-runtime-servo rather than inside a fork of the tauri monorepo, as anticipated by the README's workflow notes and requested by the upstream Tauri maintainers. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_018Jf9dnzfAnoLzptgcNbxDy
1 parent 197967f commit 6439735

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ authors = [
1212
"Tauri Programme within The Commons Conservancy",
1313
]
1414
homepage = "https://tauri.app/"
15-
repository = "https://github.com/jonathanKingston/tauri-runtime-servo"
15+
repository = "https://github.com/copse-dev/tauri-runtime-servo"
1616
categories = ["gui", "web-programming"]
1717
license = "Apache-2.0 OR MIT"
1818
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ tauri-build = "2"
4747
tauri = { version = "2", default-features = false, features = [
4848
"common-controls-v6",
4949
] }
50-
tauri-runtime-servo = { git = "https://github.com/jonathanKingston/tauri-runtime-servo" }
50+
tauri-runtime-servo = { git = "https://github.com/copse-dev/tauri-runtime-servo" }
5151
```
5252

5353
Note that the `wry` feature of `tauri` must stay disabled — this runtime

0 commit comments

Comments
 (0)