diff options
Diffstat (limited to 'scripts/pkg-repgen.pl')
-rwxr-xr-x | scripts/pkg-repgen.pl | 2 |
1 files changed, 1 insertions, 1 deletions
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> |