summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2013-08-22 14:59:37 +0200
committerYorhel <git@yorhel.nl>2013-08-22 14:59:37 +0200
commita78c7c31d87f00e67c66c4c6128659ed1f6da72f (patch)
treee8f045f206de7e83a5dd0b5b673dacad8b270ff7
parent9ba0d311e28baad0b4207f45dc62357f948356a7 (diff)
www: Removed broken package links from unsupported Ubuntu versions
-rwxr-xr-xwww/index.pl2
1 files changed, 0 insertions, 2 deletions
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}" },