Don't sync Ubuntu Natty anymore + remove broken Natty package links

This commit is contained in:
Yorhel 2012-11-24 12:26:33 +01:00
parent f240d6117a
commit 0e8b61b053
2 changed files with 1 additions and 2 deletions

View file

@ -48,7 +48,6 @@ $TUWF::OBJ->{pkglinks} = {
'debian-squeeze' => sub { "http://packages.debian.org/squeeze/$_[0]{name}" },
'ubuntu-hardy' => sub { "http://packages.ubuntu.com/hardy/$_[0]{name}" },
'ubuntu-lucid' => sub { "http://packages.ubuntu.com/lucid/$_[0]{name}" },
'ubuntu-natty' => sub { "http://packages.ubuntu.com/natty/$_[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}" },