diff options
-rwxr-xr-x | bin/apt-why | 4 | ||||
-rw-r--r-- | provides/zsh/completions/_apt-why | 6 | ||||
-rwxr-xr-x | test/50-apt-why.t | 2 |
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; |