From 038d977cc25177759537a89ca078701f14d3ace0 Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Sat, 20 Aug 2022 08:01:34 +0000 Subject: www: use absolute URLs for coderepo URLs Showing "../../foo.git" looks awkward and isn't conducive to users who want to "git clone" a URL. --- lib/PublicInbox/Inbox.pm | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lib/PublicInbox/Inbox.pm') diff --git a/lib/PublicInbox/Inbox.pm b/lib/PublicInbox/Inbox.pm index 1f7f982d..acd7f338 100644 --- a/lib/PublicInbox/Inbox.pm +++ b/lib/PublicInbox/Inbox.pm @@ -431,4 +431,6 @@ sub mailboxid { # rfc 8474, 8620, 8621 sprintf('-%x', uidvalidity($self) // 0) } +sub thing_type { 'public inbox' } + 1; -- cgit v1.2.3-24-ge0c7