Skip to content

Commit

Permalink
fix repo name in ffi-schema
Browse files Browse the repository at this point in the history
  • Loading branch information
jadamcrain committed May 3, 2023
1 parent 902a8aa commit 056c6bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ffi/rodbus-schema/src/lib.rs
Expand Up @@ -15,7 +15,7 @@ pub fn build_lib() -> BackTraced<Library> {
let info = LibraryInfo {
description: "Safe and fast Modbus library".to_string(),
project_url: "https://stepfunc.io/products/libraries/modbus/".to_string(),
repository: "stepfunc/modbus".to_string(),
repository: "stepfunc/rodbus".to_string(),
license_name: "Custom license".to_string(),
license_description: [
"This library is provided under the terms of a non-commercial license.",
Expand Down

0 comments on commit 056c6bb

Please sign in to comment.