diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 17:52:10 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2009-09-09 17:52:10 +0100 |
commit | e1774185d6bb824a53465a037539b53fdc7af5d8 (patch) | |
tree | 7eede2cc02915ada48920114c2945ffb86f58f80 | |
parent | 2905ebc99e4cf8b8e94e16fcd3bc1566f51f4b57 (diff) |
[util] And back to a unique repo name for cairo.modules
Gah, further experiments into the unknown and the unclear.
-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 fc1e5900..797b25e7 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="git.freedesktop.org" href="git://anongit.freedesktop.org/git/"/> + <repository type="git" name="fd.o" href="git://anongit.freedesktop.org/git/"/> <autotools id="cairo"> - <branch repo="git.freedesktop.org" module="cairo"/> + <branch repo="fd.o" module="cairo"/> <dependencies> <dep package="pixman"/> <dep package="fontconfig"/> |