Skip to content

Commit

Permalink
Update email address
Browse files Browse the repository at this point in the history
  • Loading branch information
simonwhitaker committed Dec 25, 2014
1 parent d99ebf1 commit 453af59
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gibo
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ current_repo_rev=$(git -C $local_repo rev-parse HEAD)
remote_web_root=https://raw.github.com/github/gitignore/$current_repo_rev

version() {
echo "$(basename $0) 1.0.3 by Simon Whitaker <simon@goosoftware.co.uk>"
echo "$(basename $0) 1.0.3 by Simon Whitaker <sw@netcetera.org>"
echo "https://github.com/simonwhitaker/gibo"
}

Expand Down
2 changes: 1 addition & 1 deletion gibo-completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#
# CREDITS
#
# Written by Simon Whitaker <simon@goosoftware.co.uk>
# Written by Simon Whitaker <sw@netcetera.org>

_gibo()
{
Expand Down
2 changes: 1 addition & 1 deletion gibo-completion.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
#
# CREDITS
#
# Written by Simon Whitaker <simon@goosoftware.co.uk>
# Written by Simon Whitaker <sw@netcetera.org>

_gibo()
{
Expand Down
2 changes: 1 addition & 1 deletion gibo.bat
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ goto :setup


:version
echo %basename% 1.0.3 by Simon Whitaker ^<simon@goosoftware.co.uk^>
echo %basename% 1.0.3 by Simon Whitaker ^<sw@netcetera.org^>
echo https://github.com/simonwhitaker/gitignore-boilerplates
goto :eof

Expand Down

0 comments on commit 453af59

Please sign in to comment.