From 6a833a6e83865f6999707cc30768d07e1351c2cb Mon Sep 17 00:00:00 2001 From: Daniel Kahn Gillmor Date: Thu, 2 Jun 2016 12:26:14 -0400 Subject: 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. --- notmuch-client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'notmuch-client.h') diff --git a/notmuch-client.h b/notmuch-client.h index c130b937..ebc092b8 100644 --- a/notmuch-client.h +++ b/notmuch-client.h @@ -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 */ -- cgit v1.2.3