diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-11-01 13:37:39 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-11-01 13:37:39 +0100 |
commit | fa727bc857901a5c7b921e681c3ce1dbd5a26377 (patch) | |
tree | 08f0d55f6cee7df266aca4d6e3315e79c0decd59 | |
parent | ffb63359e09c85bc84b6311d6cd76e0614884dce (diff) |
checkopts: use non-dyndns domain
-rwxr-xr-x | scripts/checkopts.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/checkopts.pl b/scripts/checkopts.pl index ec82343..3a4b884 100755 --- a/scripts/checkopts.pl +++ b/scripts/checkopts.pl @@ -1,5 +1,5 @@ #!/usr/bin/env perl -## Copyright © 2010 by Daniel Friesel <derf@derf.homelinux.org> +## Copyright © 2010 by Daniel Friesel <derf@finalrewind.org> ## License: WTFPL <http://sam.zoy.org/wtfpl> use strict; use warnings; |