aboutsummaryrefslogtreecommitdiff
path: root/src/builtin.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/builtin.c')
-rw-r--r--src/builtin.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/builtin.c b/src/builtin.c
index d70a511..73b1d23 100644
--- a/src/builtin.c
+++ b/src/builtin.c
@@ -154,10 +154,8 @@ struct builtin_data_storage
};
static int default_ncol[] = {
- 1, /* verify-user: arbitrary return, usually user name */
- 1, /* gpg-key: key */
+ 4, /* project-uploader: name, realname, email, pubkey */
2, /* project-owner: email, realname */
- 2, /* user-data: email, realname */
};
int

Return to:

Send suggestions and report system problems to the System administrator.