Re: [PATCH 1/2] Add Google Inc. to AUTHORS as a contributor.
[notmuch-archives.git] / 08 / a9bc0178acb7594ca629e1dc934783f3681177
1 Return-Path: <dkg@fifthhorseman.net>\r
2 X-Original-To: notmuch@notmuchmail.org\r
3 Delivered-To: notmuch@notmuchmail.org\r
4 Received: from localhost (localhost [127.0.0.1])\r
5  by arlo.cworth.org (Postfix) with ESMTP id ABF626DE02CC\r
6  for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 09:26:32 -0700 (PDT)\r
7 X-Virus-Scanned: Debian amavisd-new at cworth.org\r
8 X-Spam-Flag: NO\r
9 X-Spam-Score: -0.022\r
10 X-Spam-Level: \r
11 X-Spam-Status: No, score=-0.022 tagged_above=-999 required=5\r
12  tests=[AWL=-0.022] autolearn=disabled\r
13 Received: from arlo.cworth.org ([127.0.0.1])\r
14  by localhost (arlo.cworth.org [127.0.0.1]) (amavisd-new, port 10024)\r
15  with ESMTP id fabub-TKbNWD for <notmuch@notmuchmail.org>;\r
16  Thu,  2 Jun 2016 09:26:24 -0700 (PDT)\r
17 Received: from che.mayfirst.org (che.mayfirst.org [162.247.75.118])\r
18  by arlo.cworth.org (Postfix) with ESMTP id C32356DE01D0\r
19  for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 09:26:15 -0700 (PDT)\r
20 Received: from fifthhorseman.net (unknown [38.109.115.130])\r
21  by che.mayfirst.org (Postfix) with ESMTPSA id 5A688F993\r
22  for <notmuch@notmuchmail.org>; Thu,  2 Jun 2016 12:26:15 -0400 (EDT)\r
23 Received: by fifthhorseman.net (Postfix, from userid 1000)\r
24  id D322B201D6; Thu,  2 Jun 2016 12:26:14 -0400 (EDT)\r
25 From: Daniel Kahn Gillmor <dkg@fifthhorseman.net>\r
26 To: Notmuch Mail <notmuch@notmuchmail.org>\r
27 Subject: [PATCH 2/5] completion: update the location of the bash-completion\r
28  project\r
29 Date: Thu,  2 Jun 2016 12:26:11 -0400\r
30 Message-Id: <1464884774-22961-2-git-send-email-dkg@fifthhorseman.net>\r
31 X-Mailer: git-send-email 2.8.1\r
32 In-Reply-To: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net>\r
33 References: <1464884774-22961-1-git-send-email-dkg@fifthhorseman.net>\r
34 MIME-Version: 1.0\r
35 Content-Type: text/plain; charset=UTF-8\r
36 Content-Transfer-Encoding: 8bit\r
37 X-BeenThere: notmuch@notmuchmail.org\r
38 X-Mailman-Version: 2.1.20\r
39 Precedence: list\r
40 List-Id: "Use and development of the notmuch mail system."\r
41  <notmuch.notmuchmail.org>\r
42 List-Unsubscribe: <https://notmuchmail.org/mailman/options/notmuch>,\r
43  <mailto:notmuch-request@notmuchmail.org?subject=unsubscribe>\r
44 List-Archive: <http://notmuchmail.org/pipermail/notmuch/>\r
45 List-Post: <mailto:notmuch@notmuchmail.org>\r
46 List-Help: <mailto:notmuch-request@notmuchmail.org?subject=help>\r
47 List-Subscribe: <https://notmuchmail.org/mailman/listinfo/notmuch>,\r
48  <mailto:notmuch-request@notmuchmail.org?subject=subscribe>\r
49 X-List-Received-Date: Thu, 02 Jun 2016 16:26:32 -0000\r
50 \r
51 Alioth currently redirects to github, so point there instead.\r
52 ---\r
53  completion/README                  | 2 +-\r
54  completion/notmuch-completion.bash | 2 +-\r
55  2 files changed, 2 insertions(+), 2 deletions(-)\r
56 \r
57 diff --git a/completion/README b/completion/README\r
58 index e200c18..89805c7 100644\r
59 --- a/completion/README\r
60 +++ b/completion/README\r
61 @@ -9,7 +9,7 @@ notmuch-completion.bash\r
62    bash-completion package [1] version 2.0, which depends on bash\r
63    version 3.2 or later.\r
64  \r
65 -  [1] http://bash-completion.alioth.debian.org/\r
66 +  [1] https://github.com/scop/bash-completion\r
67  \r
68  notmuch-completion.zsh\r
69  \r
70 diff --git a/completion/notmuch-completion.bash b/completion/notmuch-completion.bash\r
71 index cc58392..29cdf43 100644\r
72 --- a/completion/notmuch-completion.bash\r
73 +++ b/completion/notmuch-completion.bash\r
74 @@ -3,7 +3,7 @@\r
75  # Copyright © 2013 Jani Nikula\r
76  #\r
77  # Based on the bash-completion package:\r
78 -# http://bash-completion.alioth.debian.org/\r
79 +# https://github.com/scop/bash-completion\r
80  #\r
81  # This program is free software: you can redistribute it and/or modify\r
82  # it under the terms of the GNU General Public License as published by\r
83 -- \r
84 2.8.1\r
85 \r