summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-06-01 21:15:18 +0200
committerStefan Kreutz <mail@skreutz.com>2022-06-01 21:15:18 +0200
commitc55dd0ce5ff35b3a51c779c92f71e987a0395d62 (patch)
tree5777075330e53ed01f559dc3dc97f9f2cb4ff28d
parentc0a29daf590c772ebf9f952a29614e02378c9a78 (diff)
downloadwpa-psk-c55dd0ce5ff35b3a51c779c92f71e987a0395d62.tar
Update Git repository URL
Hopefully for the last time. I had some problems setting up cgit.
-rw-r--r--wpa-psk-cli/Cargo.toml2
-rw-r--r--wpa-psk/Cargo.toml2
2 files changed, 2 insertions, 2 deletions
diff --git a/wpa-psk-cli/Cargo.toml b/wpa-psk-cli/Cargo.toml
index 6561dde..7d2cd0b 100644
--- a/wpa-psk-cli/Cargo.toml
+++ b/wpa-psk-cli/Cargo.toml
@@ -5,7 +5,7 @@ authors = ["Stefan Kreutz <mail@skreutz.com>"]
edition = "2021"
description = "A command-line utility to 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 = ["command-line-utilities"]
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"]
Generated by cgit. See skreutz.com for my tech blog and contact information.