diff options
Diffstat (limited to 'v-www-browser.sh')
-rw-r--r-- | v-www-browser.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/v-www-browser.sh b/v-www-browser.sh index 7a92a95..44518c6 100644 --- a/v-www-browser.sh +++ b/v-www-browser.sh @@ -1,5 +1,5 @@ #!/bin/bash -# Copyright (C) 2011, 2013 Luke Shumaker <lukeshu@sbcglobal.net> +# Copyright (C) 2011, 2013 Luke Shumaker <lukeshu@lukeshu.com> if [ -n "$DISPLAY" ]; then exec x-www-browser "$@" |