diff options
author | Daniel Friesel <derf@finalrewind.org> | 2014-04-07 16:44:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2014-04-07 16:45:05 +0200 |
commit | a9c60c266f6f9408a6b62189ff45184c2b857585 (patch) | |
tree | 529bebff69272f0c6846f6a72235fef7f8113af0 /etc/functions/gtd-move | |
parent | 32c26c0580e2e99c770579fbb9da12ee4d2cd2dc (diff) |
derf.homelinux.org is dead, use finalrewind.org instead
Diffstat (limited to 'etc/functions/gtd-move')
-rw-r--r-- | etc/functions/gtd-move | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/functions/gtd-move b/etc/functions/gtd-move index 3407f4e..a20502c 100644 --- a/etc/functions/gtd-move +++ b/etc/functions/gtd-move @@ -1,7 +1,7 @@ ## vim:ft=zsh ## Helper for my gtd system ## Usage: gtd-move <old-database> <index> <new-database> -## Copyright (C) 2008 by Daniel Friesel <derf@derf.homelinux.org> +## Copyright (C) 2008 by Daniel Friesel <derf@finalrewind.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> if [[ ${#*} != 3 ]] { |