diff options
| author | Daniel Kahn Gillmor <dkg@fifthhorseman.net> | 2016-06-02 12:26:14 -0400 |
|---|---|---|
| committer | David Bremner <david@tethera.net> | 2016-06-05 08:32:17 -0300 |
| commit | 6a833a6e83865f6999707cc30768d07e1351c2cb (patch) | |
| tree | 452f5054e75e0bb1464e92d2186e5392b3a7c4f5 /notmuch-config.c | |
| parent | 554b90b58e367ada5fdad3165c76673458f65434 (diff) | |
Use https instead of http where possible
Many of the external links found in the notmuch source can be resolved
using https instead of http. This changeset addresses as many as i
could find, without touching the e-mail corpus or expected outputs
found in tests.
Diffstat (limited to 'notmuch-config.c')
| -rw-r--r-- | notmuch-config.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/notmuch-config.c b/notmuch-config.c index c618f2ca..de9a8a41 100644 --- a/notmuch-config.c +++ b/notmuch-config.c @@ -13,7 +13,7 @@ * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License - * along with this program. If not, see http://www.gnu.org/licenses/ . + * along with this program. If not, see https://www.gnu.org/licenses/ . * * Author: Carl Worth <cworth@cworth.org> */ @@ -27,7 +27,7 @@ static const char toplevel_config_comment[] = " .notmuch-config - Configuration file for the notmuch mail system\n" "\n" - " For more information about notmuch, see http://notmuchmail.org"; + " For more information about notmuch, see https://notmuchmail.org"; static const char database_config_comment[] = " Database configuration\n" |
