about summary refs log tree commit homepage
path: root/lib/PublicInbox/RepobrowseConfig.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/PublicInbox/RepobrowseConfig.pm')
-rw-r--r--lib/PublicInbox/RepobrowseConfig.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/PublicInbox/RepobrowseConfig.pm b/lib/PublicInbox/RepobrowseConfig.pm
index 2f780b65..b643f7dc 100644
--- a/lib/PublicInbox/RepobrowseConfig.pm
+++ b/lib/PublicInbox/RepobrowseConfig.pm
@@ -45,7 +45,7 @@ sub lookup {
         $rv->{desc_html} =
                 PublicInbox::Hval->new_oneline($rv->{description})->as_html;
 
-        foreach my $key (qw(publicinbox vcs)) {
+        foreach my $key (qw(publicinbox vcs readme)) {
                 $rv->{$key} = $self->{"repo.$repo_path.$key"};
         }