Fix links to git repository in HACKING

The hacking file used to refer to UPower.git wheras the real repository
is upower.git.

Signed-off-by: Martin Pitt <martin.pitt@ubuntu.com>
This commit is contained in:
Zygmunt Krynicki 2010-12-25 23:37:40 +01:00 committed by Martin Pitt
parent 2a6339f8ec
commit 2dcde5a1c8

View file

@ -3,11 +3,11 @@ SCM
- anonymous checkouts
$ git clone git://git.freedesktop.org/git/UPower.git
$ git clone git://git.freedesktop.org/git/upower.git
- checkouts if you got an ssh account on fd.o (username@ is optional)
$ git clone ssh://[username@]git.freedesktop.org/git/UPower.git
$ git clone ssh://[username@]git.freedesktop.org/git/upower.git
- commit to local repository