Fix time/METADATA
Bug: 166324735
Test: make
Change-Id: Ie766810fae087dca7cf26da5c670a1160abfeee4
diff --git a/METADATA b/METADATA
index 9f31291..7be84b7 100644
--- a/METADATA
+++ b/METADATA
@@ -1,17 +1,19 @@
name: "time"
-description:
- "Utilities for working with time-related functions in Rust."
-
+description: "Utilities for working with time-related functions in Rust."
third_party {
url {
type: HOMEPAGE
value: "https://crates.io/crates/time"
}
url {
- type: GIT
- value: "https://github.com/time-rs/time"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/time/time-0.1.43.crate"
}
version: "0.1.43"
- last_upgrade_date { year: 2020 month: 6 day: 11 }
license_type: NOTICE
+ last_upgrade_date {
+ year: 2020
+ month: 6
+ day: 11
+ }
}