Skip to content

Commit b265bdc

Browse files
committed
misc: fixed invalid repository URL
1 parent 6b7ce5f commit b265bdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ version = "0.2.0"
1212
edition = "2021"
1313
authors = ["Markus Hadenfeldt <[email protected]>"]
1414
description = "raw_struct is a Rust procedural macro for easily declaring C-style structs that reference local or external memory, based on your memory implementation. It generates appropiate getter methods for easy access."
15-
repository = "https://github.com/WolverinDEV/lazy-link"
15+
repository = "https://github.com/WolverinDEV/raw-struct"
1616
license-file = "LICENSE"

0 commit comments

Comments
 (0)