Commit Diff


commit - 92b6aaf38a7b1f98b960e58513af1510e33079b9
commit + d07b8b873f8ff0e2499a25910f9edc02611a7da3
blob - 9e9cc6708f21d2aa375ae3a9d3269afef1af27eb
blob + 19f976b29b29ab144cf23d93b1cdc6fa745b208b
--- telescope.c
+++ telescope.c
@@ -54,8 +54,8 @@ enum telescope_process {
 };
 
 static struct proto protos[] = {
-	{ "gemini",	load_gemini_url },
 	{ "about",	load_about_url },
+	{ "gemini",	load_gemini_url },
 	{ NULL, NULL },
 };