Fix termcolor/METADATA

Bug: 166324735
Test: make
Change-Id: Icf166ac33161ebe74fb3d1da99a01b86c887dfc5
diff --git a/METADATA b/METADATA
index d70a911..16a1673 100644
--- a/METADATA
+++ b/METADATA
@@ -1,4 +1,4 @@
-name: termcolor
+name: "termcolor"
 description: "A simple cross platform library for writing colored text to a terminal."
 third_party {
   url {
@@ -6,8 +6,8 @@
     value: "https://crates.io/crates/termcolor"
   }
   url {
-    type: GIT
-    value: "https://github.com/BurntSushi/termcolor"
+    type: ARCHIVE
+    value: "https://static.crates.io/crates/termcolor/termcolor-1.1.0.crate"
   }
   version: "1.1.0"
   license_type: NOTICE
@@ -16,4 +16,4 @@
     month: 5
     day: 6
   }
-}
\ No newline at end of file
+}