Fix rand/METADATA

Bug: 166324735
Test: make
Change-Id: I59958f465fae317b5400c16c75dd2a45f251fcd6
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
+  }
 }