diff --git a/www/index.pl b/www/index.pl index e316831..27d7415 100755 --- a/www/index.pl +++ b/www/index.pl @@ -47,9 +47,7 @@ $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}" }, 'ubuntu-precise' => sub { "http://packages.ubuntu.com/precise/$_[0]{name}" }, 'ubuntu-quantal' => sub { "http://packages.ubuntu.com/quantal/$_[0]{name}" }, 'ubuntu-raring' => sub { "http://packages.ubuntu.com/raring/$_[0]{name}" },