From 9c390a84cbb739ca0bf94dd2f4f8b43b9b6e1a8e Mon Sep 17 00:00:00 2001 From: Ali Karbassi Date: Mon, 23 Oct 2017 14:20:37 -0500 Subject: [PATCH] fix: Update url in code. (#237) --- todo.sh | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/todo.sh b/todo.sh index 53b1919..bd581c3 100755 --- a/todo.sh +++ b/todo.sh @@ -11,12 +11,10 @@ version() { cat <<-EndVersion TODO.TXT Command Line Interface v$VERSION - First release: 5/11/2006 - Original conception by: Gina Trapani (http://ginatrapani.org) - 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: https://github.com/ginatrapani/todo.txt-cli/tree/master + Homepage: http://todotxt.org + Code repository: https://github.com/todotxt/todo.txt-cli/ + Contributors: https://github.com/todotxt/todo.txt-cli/graphs/contributors + License: https://github.com/todotxt/todo.txt-cli/blob/master/LICENSE EndVersion exit 1 }