*: git.monogon.dev -> source.monogon.dev

This implements T882, setting our (virtual) GOPATH to source.monogon.dev
for this repository.

Test Plan: Refactor, CI only.

X-Origin-Diff: phab/D686
GitOrigin-RevId: c5e2309089948ffc3a98e68e2e0e1cbb157d3a36
diff --git a/README.md b/README.md
index 988d10d..7451b9d 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-# Nexantic monorepo
+# Monogon Source Monorepo
 
-This is the monorepo storing all of nexantic's internal projects and libraries.
+This is the main repository containing Monogon's public source code, including Metropolis.
 
 ## Environment
 
@@ -18,16 +18,6 @@
 
 Using bazel using a wrapper script: `scripts/bin/bazel <...>` (add to your local $PATH for convenience)
 
-#### Run a single node cluster
-
-Launch the node:
-
-    bazel run //:launch
-    
-Run a kubectl command:
-
-    bazel run //metropolis/cli/dbg -- kubectl describe
- 
 #### IntelliJ
 
 This repository is compatible with the IntelliJ Bazel plugin. All commands run inside the container, and
@@ -53,3 +43,16 @@
 re-open the project in order to install them:
 
     bazel run intellij/localconfig $(pwd)
+
+## Metropolis
+
+### Run a single node cluster
+
+Launch the node:
+
+    bazel run //:launch
+    
+Run a kubectl command:
+
+    bazel run //metropolis/cli/dbg -- kubectl describe
+