--- /dev/null
+Return-Path: <zack@upsilon.cc>\r
+X-Original-To: notmuch@notmuchmail.org\r
+Delivered-To: notmuch@notmuchmail.org\r
+Received: from localhost (localhost [127.0.0.1])\r
+ by olra.theworths.org (Postfix) with ESMTP id 6B4C7431FDC\r
+ for <notmuch@notmuchmail.org>; Sun, 15 Feb 2015 04:39:23 -0800 (PST)\r
+X-Virus-Scanned: Debian amavisd-new at olra.theworths.org\r
+X-Spam-Flag: NO\r
+X-Spam-Score: 2.338\r
+X-Spam-Level: **\r
+X-Spam-Status: No, score=2.338 tagged_above=-999 required=5\r
+ tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1,\r
+ DNS_FROM_AHBL_RHSBL=2.438] autolearn=disabled\r
+Received: from olra.theworths.org ([127.0.0.1])\r
+ by localhost (olra.theworths.org [127.0.0.1]) (amavisd-new, port 10024)\r
+ with ESMTP id VNUS0D9daDcu for <notmuch@notmuchmail.org>;\r
+ Sun, 15 Feb 2015 04:39:19 -0800 (PST)\r
+Received: from upsilon.cc (upsilon.cc [178.32.142.91])\r
+ by olra.theworths.org (Postfix) with ESMTP id CB5C7431FD2\r
+ for <notmuch@notmuchmail.org>; Sun, 15 Feb 2015 04:39:19 -0800 (PST)\r
+Received: from timira.takhisis.invalid (unknown [78.194.69.54])\r
+ by upsilon.cc (Postfix) with ESMTPSA id 0F07810E6A;\r
+ Sun, 15 Feb 2015 13:39:19 +0100 (CET)\r
+DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=upsilon.cc; s=mail;\r
+ t=1424003959; bh=xKk4wpiwtgPVN8ZVIvbE6GB96PL6xO1Wsl7NOE8RdiA=;\r
+ h=From:To:Cc:Subject:Date:In-Reply-To:References:From;\r
+ b=P1b73nTzpfhZ4uSAd/eJCt82QPJz9GLII/pqPk5t7XX+HvP4FfoPYQoLboDtCxI2x\r
+ HRjfAp4BJGX0wkiqOeuDXTvwqNZ2BfqOGx0yiVFLSXNu0i6Mr9cJQG8q31MPnsPPai\r
+ nwqiJTRWUFfJlnfF4SV+hK8D0/oJOiBGkUF8fjY0=\r
+Received: by timira.takhisis.invalid (Postfix, from userid 1000)\r
+ id DBDA5600E0; Sun, 15 Feb 2015 13:39:18 +0100 (CET)\r
+From: Stefano Zacchiroli <zack@upsilon.cc>\r
+To: notmuch@notmuchmail.org\r
+Subject: [PATCH 2/3] notmuch-mutt README: use metacpn.org/* as deps homepages\r
+Date: Sun, 15 Feb 2015 13:39:07 +0100\r
+Message-Id: <1424003948-17642-3-git-send-email-zack@upsilon.cc>\r
+X-Mailer: git-send-email 2.1.4\r
+In-Reply-To: <1424003948-17642-1-git-send-email-zack@upsilon.cc>\r
+References: <m2twyvyx41.fsf@guru.guru-group.fi>\r
+ <1424003948-17642-1-git-send-email-zack@upsilon.cc>\r
+Cc: zack@upsilon.cc\r
+X-BeenThere: notmuch@notmuchmail.org\r
+X-Mailman-Version: 2.1.13\r
+Precedence: list\r
+List-Id: "Use and development of the notmuch mail system."\r
+ <notmuch.notmuchmail.org>\r
+List-Unsubscribe: <http://notmuchmail.org/mailman/options/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
+List-Archive: <http://notmuchmail.org/pipermail/notmuch>\r
+List-Post: <mailto:notmuch@notmuchmail.org>\r
+List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
+List-Subscribe: <http://notmuchmail.org/mailman/listinfo/notmuch>,\r
+ <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
+X-List-Received-Date: Sun, 15 Feb 2015 12:39:23 -0000\r
+\r
+---\r
+ contrib/notmuch-mutt/README | 8 ++++----\r
+ 1 file changed, 4 insertions(+), 4 deletions(-)\r
+\r
+diff --git a/contrib/notmuch-mutt/README b/contrib/notmuch-mutt/README\r
+index 382ac91..c661447 100644\r
+--- a/contrib/notmuch-mutt/README\r
++++ b/contrib/notmuch-mutt/README\r
+@@ -33,13 +33,13 @@ Requirements\r
+ \r
+ To *run* notmuch-mutt you will need Perl with the following libraries:\r
+ \r
+-- Mail::Box <http://search.cpan.org/~markov/Mail-Box/>\r
++- Mail::Box <https://metacpan.org/pod/Mail::Box>\r
+ (Debian package: libmail-box-perl)\r
+-- Mail::Internet <http://search.cpan.org/~markov/MailTools/>\r
++- Mail::Internet <https://metacpan.org/pod/Mail::Internet>\r
+ (Debian package: libmailtools-perl)\r
+-- String::ShellQuote <http://search.cpan.org/~rosch/String-ShellQuote/ShellQuote.pm>\r
++- String::ShellQuote <https://metacpan.org/pod/String::ShellQuote>\r
+ (Debian package: libstring-shellquote-perl)\r
+-- Term::ReadLine <http://search.cpan.org/~hayashi/Term-ReadLine-Gnu/>\r
++- Term::ReadLine::Gnu <https://metacpan.org/pod/Term::ReadLine::Gnu>\r
+ (Debian package: libterm-readline-gnu-perl)\r
+ \r
+ To *build* notmuch-mutt documentation you will need:\r
+-- \r
+2.1.4\r
+\r