summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimone Rota <simone@sip.local>2006-07-13 04:27:52 +0200
committerSimone Rota <simone@sip.local>2006-07-13 04:27:52 +0200
commitb1b1753243b1f3488b1aa10646b5fa2c0a05983c (patch)
treeacb2843ee3530719b7957b673409abd59b382e19
parent871478faf45ea92b1f4b93696f19fd323605a76b (diff)
downloadpkg-get-b1b1753243b1f3488b1aa10646b5fa2c0a05983c.tar.gz
pkg-get-b1b1753243b1f3488b1aa10646b5fa2c0a05983c.tar.xz
Cosmetic fixes
-rwxr-xr-xscripts/pkg-get.pl2
-rwxr-xr-xscripts/pkg-repgen.pl2
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>

Generated by cgit