const-ify string table
diff --git a/lib/repository.c b/lib/repository.c
index 83c3cd0..634a1c3 100644
--- a/lib/repository.c
+++ b/lib/repository.c
@@ -642,7 +642,7 @@ read_gotconfig(struct got_repository *repo)
}
/* Supported repository format extensions. */
-static const char *repo_extensions[] = {
+static const char *const repo_extensions[] = {
"noop", /* Got supports repository format version 1. */
"preciousObjects", /* Supported by gotadmin cleanup. */
"worktreeConfig", /* Got does not care about Git work trees. */