Fix rand/METADATA am: a2ddaf2e52 am: 7b183c0b62 am: 2a304b4c28

Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/rand/+/1414175

Change-Id: Ib80dc92c7a76c91d10e09acde7f6d167fda5b1c6
diff --git a/METADATA b/METADATA
index 2a8bcbf..39d161d 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
 name: "rand"
-description:
-    "Random number generators and other randomness functionality."
-
+description: "Random number generators and other randomness functionality."
 third_party {
   url {
     type: HOMEPAGE
     value: "https://crates.io/crates/rand"
   }
   url {
-    type: GIT
-    value: "https://github.com/rust-random/rand"
+    type: ARCHIVE
+    value: "https://static.crates.io/crates/rand/rand-0.7.3.crate"
   }
   version: "0.7.3"
-  last_upgrade_date { year: 2020 month: 6 day: 18 }
   license_type: NOTICE
+  last_upgrade_date {
+    year: 2020
+    month: 6
+    day: 18
+  }
 }