X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/75298209bf8386656b82f185e2901690ac5b671c..5f2664f13c90f083b827d8fafa6cfc01c0c4f513:/shared.c diff --git a/shared.c b/shared.c index a078a27..a63633b 100644 --- a/shared.c +++ b/shared.c @@ -54,6 +54,7 @@ struct cgit_repo *cgit_add_repo(const char *url) ret->path = NULL; ret->desc = cgit_default_repo_desc; ret->owner = NULL; + ret->homepage = NULL; ret->section = ctx.cfg.section; ret->snapshots = ctx.cfg.snapshots; ret->enable_commit_graph = ctx.cfg.enable_commit_graph;