Skip to content

Commit 569a995

Browse files
authored
Fix incorrect homepage and repository paths in plugin-api (#961)
1 parent d816260 commit 569a995

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

crates/plugin-api/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ authors.workspace = true
55
edition.workspace = true
66
license.workspace = true
77
description = "APIs for Javy plugins"
8-
homepage = "https://github.com/bytecodealliance/javy/tree/main/crates/javy-plugin-api"
9-
repository = "https://github.com/bytecodealliance/javy/tree/main/crates/javy-plugin-api"
8+
homepage = "https://github.com/bytecodealliance/javy/tree/main/crates/plugin-api"
9+
repository = "https://github.com/bytecodealliance/javy/tree/main/crates/plugin-api"
1010
categories = ["wasm"]
1111

1212
[dependencies]

0 commit comments

Comments
 (0)