tangled.org trending bluesky account

going have to come back to this

Changed files
+1 -1
bot
src
+1 -1
bot/src/main.rs
··· 270 270 ); 271 271 let description = match repo_record.value.description.clone() { 272 272 None => "".to_string(), 273 - Some(desc) => format!(" : {desc}"), 273 + Some(desc) => format!(" {desc}"), 274 274 }; 275 275 276 276 let handle_and_repo = format!("{handle}/{repo_name}");