summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Kreutz <mail@skreutz.com>2022-05-22 01:42:21 +0200
committerStefan Kreutz <mail@skreutz.com>2022-05-22 01:42:21 +0200
commit7ad373b4d5585b412728495a08dd834bdc6e9ab4 (patch)
tree865fea03b3a379d5cdcc2dddd7b95ef534b78031
parentb9fa46baaedb28d75a2de18158637359d441e861 (diff)
downloadwpa-psk-7ad373b4d5585b412728495a08dd834bdc6e9ab4.tar
Change repository URL
The cgit front-end didn't work as expected. Reverted back to bare Git repositories with a post-update hook. Changed the URL path to /scm/git though.
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 2bd7d76..358867d 100644
--- a/Cargo.toml
+++ b/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://git.skreutz.com/wpa-psk-rs"
+repository = "https://www.skreutz.com/scm/git/wpa-psk-rs.git"
license = "MIT OR Apache-2.0"
keywords = ["wifi", "wpa", "password", "hash"]
categories = ["command-line-utilities", "algorithms"]
Generated by cgit. See skreutz.com for my tech blog and contact information.