aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorZeyla Hellyer <[email protected]>2018-05-23 06:44:11 -0700
committerZeyla Hellyer <[email protected]>2018-05-23 06:44:11 -0700
commit0324e011f1ea0eed0709c92fe86319c812a42206 (patch)
tree3568b95fa922b9b3e5dc001d910f4f58164ff8bb /Cargo.toml
parentSwitch to the new repo url for travis (#316) (diff)
downloadserenity-0324e011f1ea0eed0709c92fe86319c812a42206.tar.xz
serenity-0324e011f1ea0eed0709c92fe86319c812a42206.zip
Fix links to the repo
Fixes links to the repo from `https://github.com/zeyla/serenity` to `https://github.com/serenity-rs/serenity`.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml
index d3c3c0f..753683a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,12 +2,12 @@
authors = ["alex <[email protected]>", "Zeyla Hellyer <[email protected]>"]
description = "A Rust library for the Discord API."
documentation = "https://docs.rs/serenity"
-homepage = "https://github.com/zeyla/serenity"
+homepage = "https://github.com/serenity-rs/serenity"
keywords = ["discord", "api"]
license = "ISC"
name = "serenity"
readme = "README.md"
-repository = "https://github.com/zeyla/serenity.git"
+repository = "https://github.com/serenity-rs/serenity.git"
version = "0.5.3"
[dependencies]