diff options
| author | Zeyla Hellyer <[email protected]> | 2018-07-28 11:02:54 -0700 |
|---|---|---|
| committer | Zeyla Hellyer <[email protected]> | 2018-07-28 11:06:21 -0700 |
| commit | dd64787bb14c0dae89df165337d9e63ae46a3f2b (patch) | |
| tree | 683b78daec667a647154fee928cf4460f6f84d33 | |
| parent | Add `impl AsRef<MessageId> for Message` (#355) (diff) | |
| download | serenity-dd64787bb14c0dae89df165337d9e63ae46a3f2b.tar.xz serenity-dd64787bb14c0dae89df165337d9e63ae46a3f2b.zip | |
Update license/Cargo email
| -rw-r--r-- | Cargo.toml | 2 | ||||
| -rw-r--r-- | LICENSE.md | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ [package] -authors = ["alex <[email protected]>", "Zeyla Hellyer <[email protected]>"] +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/serenity-rs/serenity" @@ -1,6 +1,6 @@ ISC License (ISC) -Copyright (c) 2016, Zeyla Hellyer <[email protected]> +Copyright (c) 2016, Zeyla Hellyer <[email protected]> Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice |