diff --git a/doc/ubuntu-is-seeded.1 b/doc/ubuntu-is-seeded.1 index fdb3f5d..1947ba4 100644 --- a/doc/ubuntu-is-seeded.1 +++ b/doc/ubuntu-is-seeded.1 @@ -41,7 +41,7 @@ builds. \fB\-u\fR \fIURL\fR, \fB\-\-data\-url\fR=\fIURL\fR URL for index of seeded packages. Default: UbuntuWire's service at -\fBhttp://people.ubuntuwire.org/~stefanor/ubuntu-seeded-packages/seeded.json.gz\fR. +\fBhttp://qa.ubuntuwire.org/ubuntu-seeded-packages/seeded.json.gz\fR. .TP \fB\-h\fR, \fB\-\-help\fR Display a help message and exit diff --git a/ubuntu-is-seeded b/ubuntu-is-seeded index 5c48910..f734e49 100755 --- a/ubuntu-is-seeded +++ b/ubuntu-is-seeded @@ -26,8 +26,7 @@ from devscripts.logger import Logger from ubuntutools.lp.lpapicache import Distribution, PackageNotFoundException -DATA_URL = ('http://people.ubuntuwire.org/~stefanor/ubuntu-seeded-packages/' - 'seeded.json.gz') +DATA_URL = 'http://qa.ubuntuwire.org/ubuntu-seeded-packages/seeded.json.gz' def load_index(url):