]> Sergey Matveev's repositories - public-inbox.git/blobdiff - lib/PublicInbox/Config.pm
config: use description file for gitweb
[public-inbox.git] / lib / PublicInbox / Config.pm
index d71bc52e203d7c79efc3f9a4c4aab14bfdb974bf..32bd9ab6211e43e272ed0c6d43b274f6fb7dbb73 100644 (file)
@@ -57,7 +57,7 @@ sub lookup {
        defined $pfx or return;
 
        my %rv;
-       foreach my $k (qw(mainrepo description address)) {
+       foreach my $k (qw(mainrepo address)) {
                my $v = $self->{"$pfx.$k"};
                $rv{$k} = $v if defined $v;
        }