Skip to content

Commit 8ce997e

Browse files
committed
Fix repository URL in Cargo.toml
1 parent d8ab153 commit 8ce997e

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
@@ -5,7 +5,7 @@ edition = "2021"
55
authors = ["Tony Chuks Awunor <[email protected]>"]
66
description = "Memory-safe financial transaction validator for fraud detection and compliance"
77
license = "MIT"
8-
repository = "https://github.com/your-username/rust-transaction-validator"
8+
repository = "https://github.com/guardsarm/rust-transaction-validator"
99
keywords = ["financial", "transaction", "validation", "fraud", "memory-safe"]
1010
categories = ["finance", "cryptography"]
1111

0 commit comments

Comments
 (0)