summaryrefslogtreecommitdiff
path: root/morph
diff options
context:
space:
mode:
Diffstat (limited to 'morph')
-rwxr-xr-xmorph3
1 files changed, 3 insertions, 0 deletions
diff --git a/morph b/morph
index ecb6bf03..55e9224a 100755
--- a/morph
+++ b/morph
@@ -37,6 +37,9 @@ defaults = {
'baserock='
'git://gitorious.org/baserock/%s#'
'git@gitorious.org:baserock/%s.git',
+ 'gnome='
+ 'git://git.gnome.org/%s#'
+ 'ssh://git.gnome.org/git/%s',
],
'cachedir': os.path.expanduser('~/.cache/morph'),
'max-jobs': morphlib.util.make_concurrency(),