diff options
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | README.md | 5 | 
2 files changed, 1 insertions, 6 deletions
@@ -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/repos/wpa-psk-rs.git" +repository = "https://git.skreutz.com/wpa-psk-rs"  license = "MIT OR Apache-2.0"  keywords = ["wifi", "wpa", "password", "hash"]  categories = ["command-line-utilities", "algorithms"] @@ -21,11 +21,6 @@ This work is distributed under the terms of both, the [MIT License](LICENSE-MIT)  Contributions are welcome!  Please contact me via email. -Note: The `Cargo.toml` points to a bare git repository served over dumb HTTPS. -You can clone it as follows: - -    $ git clone https://www.skreutz.com/repos/wpa-psk-rs.git -  ## See also  The popular [wpa_supplicant](https://hostap.epitest.fi/wpa_supplicant/) comes with a similar tool, `wpa_passphrase(8)`.  |