summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-05-10 15:14:44 +0200
committerYorhel <git@yorhel.nl>2013-05-10 15:14:44 +0200
commitdbc2cac13bf08c6522d49f4a28116237d07c6ad8 (patch)
tree77f7e6e3aad1e7a4d7ab5a8e4e6f9da9fbfb07bd /www
parent9346e4d7943cc60f443cab3486af9256b1c2430c (diff)
Added and indexed Debian Wheezy
Diffstat (limited to 'www')
-rwxr-xr-xwww/index.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/index.pl b/www/index.pl
index 13f7e66..e316831 100755
--- a/www/index.pl
+++ b/www/index.pl
@@ -46,6 +46,7 @@ TUWF::set(
$TUWF::OBJ->{pkglinks} = {
arch => sub { "http://www.archlinux.org/packages/$_[0]{category}/i686/$_[0]{name}/" },
'debian-squeeze' => sub { "http://packages.debian.org/squeeze/$_[0]{name}" },
+ 'debian-wheezy' => sub { "http://packages.debian.org/wheezy/$_[0]{name}" },
'ubuntu-hardy' => sub { "http://packages.ubuntu.com/hardy/$_[0]{name}" },
'ubuntu-lucid' => sub { "http://packages.ubuntu.com/lucid/$_[0]{name}" },
'ubuntu-oneiric' => sub { "http://packages.ubuntu.com/oneiric/$_[0]{name}" },