diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 18:03:20 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 18:03:20 +0100 |
commit | f34affaa1e0b52e255d882b84bf064f9a9d4a95d (patch) | |
tree | b212bebc05a16b16ce0664ac8208008f258a20ff | |
parent | e1774185d6bb824a53465a037539b53fdc7af5d8 (diff) |
[util] And reuse the same name repository name.
Completely confused by local caching of a broken cairo.modules by the
jhbuild client. ARGH!
-rw-r--r-- | util/cairo.modules | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/util/cairo.modules b/util/cairo.modules index 797b25e7..fc1e5900 100644 --- a/util/cairo.modules +++ b/util/cairo.modules @@ -4,10 +4,10 @@ <moduleset> <include href="http://cgit.freedesktop.org/xorg/util/modular/plain/xorg.modules" /> - <repository type="git" name="fd.o" href="git://anongit.freedesktop.org/git/"/> + <repository type="git" name="git.freedesktop.org" href="git://anongit.freedesktop.org/git/"/> <autotools id="cairo"> - <branch repo="fd.o" module="cairo"/> + <branch repo="git.freedesktop.org" module="cairo"/> <dependencies> <dep package="pixman"/> <dep package="fontconfig"/> |