From 3e6c250a9bc3192550b30eabe65cc236d94dbef8 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Wed, 13 Mar 2024 19:16:19 +0100 Subject: Link original Git repository --- wpa-psk-cli/README.md | 4 ++++ wpa-psk/README.md | 3 +++ 2 files changed, 7 insertions(+) diff --git a/wpa-psk-cli/README.md b/wpa-psk-cli/README.md index 6c00a4c..f450d6c 100644 --- a/wpa-psk-cli/README.md +++ b/wpa-psk-cli/README.md @@ -3,6 +3,10 @@ This is a command-line utility to compute the WPA pre-shared key of a Wi-Fi SSID and passphrase. See also the corresponding Rust library `wpa-psk`. +This project's original source code is hosted [here][home]. + +[home]: https://git.skreutz.com/wpa-psk.git/ + ## Usage Hash a typical SSID and passphrase: diff --git a/wpa-psk/README.md b/wpa-psk/README.md index 89bcef2..f3fd05d 100644 --- a/wpa-psk/README.md +++ b/wpa-psk/README.md @@ -5,7 +5,10 @@ passphrase. See also the corresponding command-line interface `wpa-psk-cli`. See the [crate documentation][docs] for more information. +This project's original source code is hosted [here][home]. + [docs]: https://docs.rs/wpa-psk/latest/wpa_psk/ +[home]: https://git.skreutz.com/wpa-psk.git/ ## License -- cgit v1.2.3