diff options
author | Simone Rota <simone@sip.local> | 2006-07-13 04:27:52 +0200 |
---|---|---|
committer | Simone Rota <simone@sip.local> | 2006-07-13 04:27:52 +0200 |
commit | b1b1753243b1f3488b1aa10646b5fa2c0a05983c (patch) | |
tree | acb2843ee3530719b7957b673409abd59b382e19 | |
parent | 871478faf45ea92b1f4b93696f19fd323605a76b (diff) | |
download | pkg-get-b1b1753243b1f3488b1aa10646b5fa2c0a05983c.tar.gz pkg-get-b1b1753243b1f3488b1aa10646b5fa2c0a05983c.tar.xz |
Cosmetic fixes
-rwxr-xr-x | scripts/pkg-get.pl | 2 | ||||
-rwxr-xr-x | scripts/pkg-repgen.pl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/scripts/pkg-get.pl b/scripts/pkg-get.pl index 0c15609..5fe394f 100755 --- a/scripts/pkg-get.pl +++ b/scripts/pkg-get.pl @@ -1,7 +1,7 @@ #!/usr/bin/env perl # # pkg-get - A binary package management utility for CRUX Linux -# Copyright (C) 2004-05 Simone Rota <sip@varlock.com> +# Copyright (C) 2004-06 Simone Rota <sip@varlock.com> # # This program is free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by diff --git a/scripts/pkg-repgen.pl b/scripts/pkg-repgen.pl index 1545b65..2743ce4 100755 --- a/scripts/pkg-repgen.pl +++ b/scripts/pkg-repgen.pl @@ -307,7 +307,7 @@ sub printfooter { } close(FILE); } - print $ih " <p><i>Generated by <a href=\"http://www.varlock.com/blosxom.cgi/CruxProjects/pkgget/index.html\">pkg-repgen</a> on " . isotime() . ".</i></p>\n"; + print $ih " <p><i>Generated by <a href=\"http://www.varlock.com\">pkg-repgen</a> on " . isotime() . ".</i></p>\n"; print $ih <<EOH; </body> </html> |