fix: Update url in code. (#237)

This commit is contained in:
Ali Karbassi
2017-10-23 14:20:37 -05:00
committed by GitHub
parent 643dafeafd
commit 9c390a84cb

10
todo.sh
View File

@@ -11,12 +11,10 @@ version() {
cat <<-EndVersion cat <<-EndVersion
TODO.TXT Command Line Interface v$VERSION TODO.TXT Command Line Interface v$VERSION
First release: 5/11/2006 Homepage: http://todotxt.org
Original conception by: Gina Trapani (http://ginatrapani.org) Code repository: https://github.com/todotxt/todo.txt-cli/
Contributors: https://github.com/ginatrapani/todo.txt-cli/network Contributors: https://github.com/todotxt/todo.txt-cli/graphs/contributors
License: GPL, https://www.gnu.org/copyleft/gpl.html License: https://github.com/todotxt/todo.txt-cli/blob/master/LICENSE
More information and mailing list at http://todotxt.com
Code repository: https://github.com/ginatrapani/todo.txt-cli/tree/master
EndVersion EndVersion
exit 1 exit 1
} }