diff --git a/default.xml b/default.xml
index 01fdfbd3c2860a793fbf8091948af46855e87c3b..f2e774b0a0a224fa5d0d3616699b70fb68d3d60c 100644
--- a/default.xml
+++ b/default.xml
@@ -46,4 +46,7 @@
   <project path="sumpy" name="inducer/sumpy.git" />
   <project path="meshmode" name="inducer/meshmode.git" />
   <project path="pytential" name="inducer/pytential.git" />
+
+  <!-- DG -->
+  <project path="grudge" name="inducer/grudge.git" />
 </manifest>
diff --git a/dev.xml b/dev.xml
index 4dc3dc1240a47307cb02724f0464fa14e577d884..052d21f210a00acbea53f80379cbe677c5839bf1 100644
--- a/dev.xml
+++ b/dev.xml
@@ -51,11 +51,11 @@
   <project path="pytential" name="inducer/pytential.git" />
 
   <!-- time integration -->
-  <project path="dagrt" remote="github" name="inducer/dagrt.git" />
-  <project path="leap" remote="github" name="inducer/leap.git" />
+  <project path="dagrt" name="inducer/dagrt.git" />
+  <project path="leap" name="inducer/leap.git" />
 
   <!-- DG -->
-  <project path="grudge" remote="gitlab" name="inducer/grudge.git" />
+  <project path="grudge" name="inducer/grudge.git" />
 
   <!-- random stuff -->
   <project path="experiments" remote="gitlab" name="inducer/experiments.git" />
diff --git a/grudge.xml b/grudge.xml
deleted file mode 100644
index 9be0b43bae9206dbb194ba629acd75696c065953..0000000000000000000000000000000000000000
--- a/grudge.xml
+++ /dev/null
@@ -1,49 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<manifest>
-
-  <remote  name="github"
-          fetch="ssh://git@github.com/" />
-  <remote  name="gitlab"
-          fetch="ssh://git@gitlab.tiker.net/" />
-
-  <default revision="master"
-           remote="github"
-           sync-j="4"
-           sync-s="true" />
-
-  <!-- When adding projects here, be mindful that this also fixes
-       the order in which code is built. -->
-
-  <project path="bin" remote="gitlab" name="inducer/akprojects-bin.git" />
-
-  <project path="pytools" name="inducer/pytools.git" />
-  <project path="pymbolic" name="inducer/pymbolic.git" />
-  <project path="datapyle" name="inducer/datapyle.git" />
-
-  <!-- codegen -->
-  <project path="cgen" name="inducer/cgen.git" />
-  <project path="genpy" name="inducer/genpy.git" />
-  <project path="codepy" name="inducer/codepy.git" />
-
-  <!-- GPU -->
-  <project path="pyopencl" name="inducer/pyopencl.git" />
-
-  <!-- infrastructure -->
-  <project path="modepy" name="inducer/modepy.git" />
-  <project path="pyvisfile" name="inducer/pyvisfile.git" />
-  <project path="meshpy" name="inducer/meshpy.git" />
-  <project path="gmsh_interop" name="inducer/gmsh_interop.git" />
-  <project path="islpy" name="inducer/islpy.git" />
-  <project path="loopy" name="inducer/loopy.git" />
-
-  <!-- FMM/integral equations -->
-  <project path="meshmode" name="inducer/meshmode.git" />
-
-  <!-- time integration -->
-  <project path="dagrt" remote="github" name="inducer/dagrt.git" />
-  <project path="leap" remote="github" name="inducer/leap.git" />
-
-  <!-- DG -->
-  <project path="grudge" remote="gitlab" name="inducer/grudge.git" />
-
-</manifest>