summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon McVittie <smcv@collabora.com>2018-08-23 17:07:10 +0100
committerSimon McVittie <smcv@collabora.com>2018-08-23 17:07:10 +0100
commiteae193407f3f667e84a37762084098fa947cc98a (patch)
treea1ece23687a101b6e8b3e0375346321044e14159
parent90ca5a7d12d834db590fc53ae368cfaa8766e3d6 (diff)
HACKING: Update git URLs
Signed-off-by: Simon McVittie <smcv@collabora.com>
-rw-r--r--doc/HACKING.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/HACKING.txt b/doc/HACKING.txt
index b53655c..4d9e887 100644
--- a/doc/HACKING.txt
+++ b/doc/HACKING.txt
@@ -16,9 +16,9 @@ See UsingGit_ for some details.
.. _UsingGit: http://www.freedesktop.org/wiki/UsingGit
Anonymous access
- ``git clone git://anongit.freedesktop.org/git/dbus/dbus-python``
-Committer access (requires freedesktop.org shell account)
- ``git clone git+ssh://git.freedesktop.org/git/dbus/dbus-python``
+ ``git clone https://gitlab.freedesktop.org/dbus/dbus-python.git``
+Committer access
+ ``git clone git@gitlab.freedesktop.org:dbus/dbus-python.git``
dbus-gmain is maintained via `git subtree`. To update, assuming you have
a checkout of the dbus-gmain branch of the dbus-glib repository in