diff options
| author | Austin Hellyer <[email protected]> | 2016-10-31 12:40:21 -0700 |
|---|---|---|
| committer | Austin Hellyer <[email protected]> | 2016-10-31 12:40:54 -0700 |
| commit | 6fcec07292104dca20c6f2ccad23955be468b97c (patch) | |
| tree | 0532ef191b9242d831d932dd4bd3e4d6480337c6 /Cargo.toml | |
| parent | Fix readme example to properly use framework (diff) | |
| download | serenity-6fcec07292104dca20c6f2ccad23955be468b97c.tar.xz serenity-6fcec07292104dca20c6f2ccad23955be468b97c.zip | |
Update URLs to GitLab
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ keywords = ["discord", "api"] license = "ISC" name = "serenity" readme = "README.md" -repository = "https://github.com/zeyla/serenity.rs" +repository = "https://gitlab.com/kalasi/serenity.rs" version = "0.1.0" [dependencies] |