Skip to content

Commit 056c6bb

Browse files
committed
fix repo name in ffi-schema
1 parent 902a8aa commit 056c6bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ffi/rodbus-schema/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pub fn build_lib() -> BackTraced<Library> {
1515
let info = LibraryInfo {
1616
description: "Safe and fast Modbus library".to_string(),
1717
project_url: "https://stepfunc.io/products/libraries/modbus/".to_string(),
18-
repository: "stepfunc/modbus".to_string(),
18+
repository: "stepfunc/rodbus".to_string(),
1919
license_name: "Custom license".to_string(),
2020
license_description: [
2121
"This library is provided under the terms of a non-commercial license.",

0 commit comments

Comments
 (0)