diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/Cargo.toml b/core/Cargo.toml index 56ea6e58f..5a62eecec 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -5,7 +5,7 @@ name = "deno" version = "0.18.0" edition = "2018" description = "A secure JavaScript/TypeScript runtime built with V8, Rust, and Tokio" -authors = ["The deno authors <bertbelder@nodejs.org>"] +authors = ["the Deno authors"] license = "MIT" readme = "README.md" repository = "https://github.com/denoland/deno" |