summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rep.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rep.rs b/src/rep.rs
index b9c048b..9cb972b 100644
--- a/src/rep.rs
+++ b/src/rep.rs
@@ -6,7 +6,7 @@ use std::collections::HashMap;
pub struct SearchResult {
pub description: String,
pub is_official: bool,
- pub is_trusted: bool,
+ pub is_automated: bool,
pub name: String,
pub star_count: u64,
}