about summary refs log tree commit homepage
path: root/examples/unsubscribe.psgi
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2016-07-01 01:03:31 +0000
committerEric Wong <e@80x24.org>2016-07-01 01:11:41 +0000
commit79bf257cbc4e188992f540d6b4ae1bd5cbcf26ee (patch)
tree1b89612dc673d58b363f25c2d038f0b796cf705b /examples/unsubscribe.psgi
parentbd3ed82913cd065636525a5dd8bab9edcb3e3cb1 (diff)
downloadpublic-inbox-79bf257cbc4e188992f540d6b4ae1bd5cbcf26ee.tar.gz
Might as well eat our own dogfood...
Diffstat (limited to 'examples/unsubscribe.psgi')
-rw-r--r--examples/unsubscribe.psgi3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/unsubscribe.psgi b/examples/unsubscribe.psgi
index beeab9f8..5b9b16cc 100644
--- a/examples/unsubscribe.psgi
+++ b/examples/unsubscribe.psgi
@@ -17,7 +17,8 @@ my $app = PublicInbox::Unsubscribe->new(
                 # the archives runs as a different user.
                 PublicInbox::Config->new('/home/pi/.public-inbox/config')
         },
-        code_url => 'git://80x24.org/public-inbox.git', # change if you fork
+        # change if you fork
+        code_url => 'https://public-inbox.org/public-inbox.git',
         owner_email => 'BOFH@example.com',
         confirm => 0,