summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2014-04-07 16:27:48 +0200
committerDaniel Friesel <derf@finalrewind.org>2014-04-07 16:27:48 +0200
commit7e0efe2e8fdfdcd9da57878977efe6cc002f3205 (patch)
treecb4232cb285b08fec134d1e7b5ace25a0a9e2050
parentbc7d0ee56faa7443a8e731ca1bf0bbd504c45f6c (diff)
derf.homelinux.org is dead, use finalrewind.org instead
-rwxr-xr-xbin/apt-why4
-rw-r--r--provides/zsh/completions/_apt-why6
-rwxr-xr-xtest/50-apt-why.t2
3 files changed, 6 insertions, 6 deletions
diff --git a/bin/apt-why b/bin/apt-why
index e6a622e..3f23bc7 100755
--- a/bin/apt-why
+++ b/bin/apt-why
@@ -1,5 +1,5 @@
#!/usr/bin/env perl
-## Copyright © 2008-2009 by Daniel Friesel <derf@derf.homelinux.org>
+## Copyright © 2008-2009 by Daniel Friesel <derf@finalrewind.org>
## License: WTFPL <http://sam.zoy.org/wtfpl>
use strict;
use warnings;
@@ -127,7 +127,7 @@ There may be problems with virtual packages and "Provides: " stuff.
=head1 AUTHOR
-Daniel Friesel E<lt>derf@derf.homelinux.orgE<gt>
+Daniel Friesel E<lt>derf@finalrewind.orgE<gt>
=head1 LICENSE
diff --git a/provides/zsh/completions/_apt-why b/provides/zsh/completions/_apt-why
index 20c39bb..e4d1cbe 100644
--- a/provides/zsh/completions/_apt-why
+++ b/provides/zsh/completions/_apt-why
@@ -1,8 +1,8 @@
#compdef apt-why
## Completion for apt-why
-## Daniel Friesel <derf@derf.homelinux.org>
-## https://derf.homelinux.org/~derf/dotfiles/completion/_apt-why
-## see also: https://derf.homelinux.org/~derf/code/apt-why
+## Daniel Friesel <derf@finalrewind.org>
+## https://finalrewind.org/~derf/dotfiles/completion/_apt-why
+## see also: https://finalrewind.org/~derf/code/apt-why
typeset -a arguments
diff --git a/test/50-apt-why.t b/test/50-apt-why.t
index 2e2b934..05bdb0f 100755
--- a/test/50-apt-why.t
+++ b/test/50-apt-why.t
@@ -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;