Hi

It seems that the git links in upower/HACKING are not correct.
Please apply the attached patch to fix this.

Best regards
Zygmunt Krynicki
From 2bd4eadf6bf8221a1202d1a7ebd6024a94df3bac Mon Sep 17 00:00:00 2001
From: Zygmunt Krynicki <zygmunt.kryni...@linaro.org>
Date: Sat, 25 Dec 2010 23:37:40 +0100
Subject: [PATCH] Fix links to git repository in HACKING

The hacking file used to refer to UPower.git wheras the real repository
is upower.git.
---
 HACKING |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HACKING b/HACKING
index 694f96d..8a626e4 100644
--- a/HACKING
+++ b/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://[usern...@]git.freedesktop.org/git/UPower.git
+   $ git clone ssh://[usern...@]git.freedesktop.org/git/upower.git
 
  - commit to local repository
 
-- 
1.7.1

_______________________________________________
devkit-devel mailing list
devkit-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/devkit-devel

Reply via email to