Add more URLs to the roulette

This commit is contained in:
Julien Blanchard 2019-09-14 12:26:55 +02:00
parent 2e3e2e691e
commit f61fa2c5e7
1 changed files with 3 additions and 0 deletions

View File

@ -137,6 +137,9 @@ fn random_url() -> &'static str {
"gemini://mozz.us",
"gemini://dgold.eu",
"gemini://tilde.black",
"gemini://tilde.pink",
"gemini://vger.cloud",
"gemini://earthlight.xyz",
];
let url = urls.choose(&mut rand::thread_rng()).unwrap();
url.to_owned()