From f168e6c70aa54146ad286145ace3f5a6b3a770a2 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Tue, 21 Feb 2017 21:53:06 +0000 Subject: [PATCH] Point to the github repo since that's where issues are. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2733c45..5e5209f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -5,7 +5,7 @@ authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md" license = "CC0-1.0" -repository = "https://code.ciph.re/isis/curve25519-dalek" +repository = "https://github.com/isislovecruft/curve25519-dalek" homepage = "https://code.ciph.re/isis/curve25519-dalek" documentation = "https://docs.rs/curve25519-dalek" categories = ["cryptography", "no-std"]