Fix unicode-width/METADATA
Bug: 166324735
Test: make
Change-Id: I407b4dd6d9488f2f2e0da058d3d9378abe06b766
diff --git a/METADATA b/METADATA
index 9855b6d..e4e0bec 100644
--- a/METADATA
+++ b/METADATA
@@ -1,4 +1,4 @@
-name: unicode-width
+name: "unicode-width"
description: "Determine displayed width of `char` and `str` types according to Unicode Standard Annex #11 rules."
third_party {
url {
@@ -6,8 +6,8 @@
value: "https://crates.io/crates/unicode-width"
}
url {
- type: GIT
- value: "https://github.com/unicode-rs/unicode-width"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/unicode-width/unicode-width-0.1.7.crate"
}
version: "0.1.7"
license_type: NOTICE
@@ -16,4 +16,4 @@
month: 5
day: 6
}
-}
\ No newline at end of file
+}