From 79bf257cbc4e188992f540d6b4ae1bd5cbcf26ee Mon Sep 17 00:00:00 2001 From: Eric Wong Date: Fri, 1 Jul 2016 01:03:31 +0000 Subject: update git repo location to https:// using GitHTTPBackend.pm Might as well eat our own dogfood... --- lib/PublicInbox/WwwStream.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib/PublicInbox/WwwStream.pm') diff --git a/lib/PublicInbox/WwwStream.pm b/lib/PublicInbox/WwwStream.pm index d9abb5ab..97a6dc78 100644 --- a/lib/PublicInbox/WwwStream.pm +++ b/lib/PublicInbox/WwwStream.pm @@ -7,7 +7,7 @@ use strict; use warnings; use PublicInbox::Hval qw(ascii_html); use URI; -use constant PI_URL => 'https://public-inbox.org/README.html'; +use constant PI_URL => 'https://public-inbox.org/public-inbox.git'; sub new { my ($class, $ctx, $cb) = @_; @@ -86,8 +86,8 @@ sub _html_end { '
'.join("\n",
 		'- ' . $desc,
 		$urls,
-		'served with software from public-inbox: '
-			."$url",
+		'Archived served using code from public-inbox:',
+		"\tgit clone $url",
 	).'
'; } -- cgit v1.2.3-24-ge0c7