]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Config.pm
www_coderepo: an alternative to cgit
[public-inbox.git] / lib / PublicInbox / Config.pm
index ad8b8e9dc18cdecb87e44a6aa1fe81ed20692f03..42bd9438fb82db44f6fff62cbbc5d5c0ea78f8fe 100644 (file)
@@ -343,7 +343,7 @@ sub fill_code_repo {
                $git->{cgit_url} = $cgits = _array($cgits);
                $self->{"$pfx.cgiturl"} = $cgits;
        }
-
+       $git->{nick} = $nick;
        $git;
 }
 
@@ -402,7 +402,7 @@ sub repo_objs {
                        push @repo_objs, $repo if $repo;
                }
                if (scalar @repo_objs) {
-                       $ibxish ->{-repo_objs} = \@repo_objs;
+                       $ibxish->{-repo_objs} = \@repo_objs;
                } else {
                        delete $ibxish->{coderepo};
                }