aboutsummaryrefslogtreecommitdiffstats
path: root/packages/devio
diff options
context:
space:
mode:
Diffstat (limited to 'packages/devio')
-rw-r--r--packages/devio/devio-cvs.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/devio/devio-cvs.inc b/packages/devio/devio-cvs.inc
index 10e1827ccc..0469a4962e 100644
--- a/packages/devio/devio-cvs.inc
+++ b/packages/devio/devio-cvs.inc
@@ -5,12 +5,12 @@ include devio.inc
# this is a CVS only release
CVS_TAG ?= ";tag=${PV}"
-SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/devio;method=pserver;module=devio${CVS_TAG}"
+SRC_URI = "cvs://anonymous@devio.cvs.sourceforge.net/cvsroot/devio;method=pserver;module=devio${CVS_TAG}"
# This accesses the head version, anonymous pserver access is
# only updated once per day (and it is necessary to change
# 'jbowler' to the name of a developer with ssh access.)
-#SRC_URI = "cvs://jbowler@cvs.sourceforge.net/cvsroot/devio;method=ext;rsh=ssh;tag=HEAD;module=devio"
+#SRC_URI = "cvs://jbowler@devio.cvs.sourceforge.net/cvsroot/devio;method=ext;rsh=ssh;tag=HEAD;module=devio"
# The source will end up in the subdirectory 'devio' - no release name
S = "${WORKDIR}/devio"