Skip to content

Commit dad2394

Browse files
committed
Fix repository URL in Cargo.toml
1 parent b2c394b commit dad2394

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 network security scanner for vulnerability assessment"
77
license = "MIT"
8-
repository = "https://github.com/your-username/rust-network-scanner"
8+
repository = "https://github.com/guardsarm/rust-network-scanner"
99
keywords = ["security", "network", "scanner", "vulnerability", "memory-safe"]
1010
categories = ["network-programming", "development-tools"]
1111

0 commit comments

Comments
 (0)