From 7ad373b4d5585b412728495a08dd834bdc6e9ab4 Mon Sep 17 00:00:00 2001 From: Stefan Kreutz Date: Sun, 22 May 2022 01:42:21 +0200 Subject: 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. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') 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 "] 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"] -- cgit v1.2.3