diff options
Diffstat (limited to 'wpa-psk')
| -rw-r--r-- | wpa-psk/Cargo.toml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/wpa-psk/Cargo.toml b/wpa-psk/Cargo.toml index ca173f4..6b05ce8 100644 --- a/wpa-psk/Cargo.toml +++ b/wpa-psk/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Stefan Kreutz <mail@skreutz.com>"]  edition = "2021"  description = "Compute the WPA-PSK of a Wi-FI SSID and passphrase"  readme = "README.md" -repository = "https://www.skreutz.com/scm/git/wpa-psk.git" +repository = "https://git.skreutz.com/wpa-psk.git"  license = "MIT OR Apache-2.0"  keywords = ["wifi", "wpa", "password", "hash"]  categories = ["algorithms"]  |