summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJaePil Jung <jjp5023@gmail.com>2019-10-03 14:32:22 +0900
committerRyan Dahl <ry@tinyclouds.org>2019-10-03 01:32:22 -0400
commitc878a14365efc299b52ee49d4f5e06553f6cb41c (patch)
tree770ee18f08777e606a2e25166acff2db0b1070ea
parent37bbd928e0c2f9de9350a099cd455d8f1d4cc367 (diff)
Fix deno_typescript repository url in Cargo.toml (#3053)
-rw-r--r--deno_typescript/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/deno_typescript/Cargo.toml b/deno_typescript/Cargo.toml
index d91b326ca..6b835285e 100644
--- a/deno_typescript/Cargo.toml
+++ b/deno_typescript/Cargo.toml
@@ -3,7 +3,7 @@ name = "deno_typescript"
version = "0.19.0"
license = "MIT"
description = "To compile TypeScript to a snapshot during build.rs"
-repository = "https://github.com/ry/deno_typescript"
+repository = "https://github.com/denoland/deno"
authors = ["the Deno authors"]
edition = "2018"