aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChih-Hung Hsieh <chh@google.com>2020-08-27 21:50:23 +0000
committerAutomerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>2020-08-27 21:50:23 +0000
commitc55c9bafced8a6107968ec072cf6aa10900726ca (patch)
tree9927a95f1dcd532828581146a37b1ddfa539a15f
parentd7aee4638b7f355d028ed7b6900d03759833d6d0 (diff)
parent273dd35643bf0431918432ab29301baf24b55794 (diff)
downloadheck-c55c9bafced8a6107968ec072cf6aa10900726ca.tar.gz
Fix heck/METADATA am: 273dd35643
Original change: https://android-review.googlesource.com/c/platform/external/rust/crates/heck/+/1414090 Change-Id: I25844e83ba0ff46ce0f39a1ddc97149b547ee867
-rw-r--r--METADATA8
1 files changed, 4 insertions, 4 deletions
diff --git a/METADATA b/METADATA
index 5103e71..7c22b59 100644
--- a/METADATA
+++ b/METADATA
@@ -1,4 +1,4 @@
-name: heck
+name: "heck"
description: "heck is a case conversion library."
third_party {
url {
@@ -6,8 +6,8 @@ third_party {
value: "https://crates.io/crates/heck"
}
url {
- type: GIT
- value: "https://github.com/withoutboats/heck"
+ type: ARCHIVE
+ value: "https://static.crates.io/crates/heck/heck-0.3.1.crate"
}
version: "0.3.1"
license_type: NOTICE
@@ -16,4 +16,4 @@ third_party {
month: 5
day: 6
}
-} \ No newline at end of file
+}