From 98141a6e36b6b38ca93fcefed089b40d4ff1b003 Mon Sep 17 00:00:00 2001 From: Josh Lubaway Date: Thu, 31 Dec 2015 09:48:31 -0800 Subject: [PATCH] Update links to use https If the links in the comment at the top support https, prefer https. --- todo.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/todo.sh b/todo.sh index 1aa7293..2c0169d 100755 --- a/todo.sh +++ b/todo.sh @@ -13,10 +13,10 @@ version() { First release: 5/11/2006 Original conception by: Gina Trapani (http://ginatrapani.org) - Contributors: http://github.com/ginatrapani/todo.txt-cli/network - License: GPL, http://www.gnu.org/copyleft/gpl.html + Contributors: https://github.com/ginatrapani/todo.txt-cli/network + License: GPL, https://www.gnu.org/copyleft/gpl.html More information and mailing list at http://todotxt.com - Code repository: http://github.com/ginatrapani/todo.txt-cli/tree/master + Code repository: https://github.com/ginatrapani/todo.txt-cli/tree/master EndVersion exit 1 }