From c878a14365efc299b52ee49d4f5e06553f6cb41c Mon Sep 17 00:00:00 2001 From: JaePil Jung Date: Thu, 3 Oct 2019 14:32:22 +0900 Subject: Fix deno_typescript repository url in Cargo.toml (#3053) --- deno_typescript/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deno_typescript') 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" -- cgit v1.2.3