Fix fallible-iterator/METADATA

Bug: 166324735
Test: make
Change-Id: I95453a121f5d2075a2a8419a42d6590e6a2e44aa
diff --git a/METADATA b/METADATA
index fb6f685..e822ea5 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
 name: "fallible-iterator"
-description:
-    "Fallible iterator traits"
-
+description: "Fallible iterator traits"
 third_party {
   url {
     type: HOMEPAGE
     value: "https://crates.io/crates/fallible-iterator"
   }
   url {
-    type: GIT
-    value: "https://github.com/sfackler/rust-fallible-iterator"
+    type: ARCHIVE
+    value: "https://static.crates.io/crates/fallible-iterator/fallible-iterator-0.2.0.crate"
   }
   version: "0.2.0"
-  last_upgrade_date { year: 2020 month: 6 day: 11 }
   license_type: NOTICE
+  last_upgrade_date {
+    year: 2020
+    month: 6
+    day: 11
+  }
 }