mirror of
https://gitlab.freedesktop.org/upower/upower.git
synced 2026-02-08 17:20:32 +01:00
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:
parent
2a6339f8ec
commit
2dcde5a1c8
1 changed files with 2 additions and 2 deletions
4
HACKING
4
HACKING
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue