Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernie Innocenti <bernie@codewiz.org>2010-03-24 15:55:35 (GMT)
committer Bernie Innocenti <bernie@codewiz.org>2010-03-24 15:55:40 (GMT)
commitf0dd509b1cf15385756a64db275e314555cf4181 (patch)
treee9baae8eb42d442b11d9dcc4dabfaaac35e0e324
parent671b0430fed9bb209a0f7426dd55085e2c04feaf (diff)
Fix URL of pyeduca repo
-rw-r--r--modules/repos/ksmain.50.repos.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/repos/ksmain.50.repos.py b/modules/repos/ksmain.50.repos.py
index 1c8a6f1..fe15633 100644
--- a/modules/repos/ksmain.50.repos.py
+++ b/modules/repos/ksmain.50.repos.py
@@ -51,7 +51,7 @@ for key, value in os.environ.iteritems():
repos[name] = ("baseurl", url)
#bernie: no clean way to add a custom repo?
-repos["pyeduca"] = ("baseurl", "http://repo.paraguayeduca.org/xo1/i386/os/")
+repos["pyeduca"] = ("baseurl", "http://repo.paraguayeduca.org/f11-xo1-py/i386/os/")
if fedora is not None:
for repo in fedora.split(','):