← Back to team overview

gtg team mailing list archive

[Merge] lp:~federico-gnome/gtg/fixes into lp:gtg

 

Federico Mena Quintero has proposed merging lp:~federico-gnome/gtg/fixes into lp:gtg.

Requested reviews:
  Gtg developers (gtg)

For more details, see:
https://code.launchpad.net/~federico-gnome/gtg/fixes/+merge/97309

Fix the github URL that is shown when liblarch is not installed.
-- 
https://code.launchpad.net/~federico-gnome/gtg/fixes/+merge/97309
Your team Gtg developers is requested to review the proposed merge of lp:~federico-gnome/gtg/fixes into lp:gtg.
=== modified file 'gtg'
--- gtg	2012-02-13 11:13:16 +0000
+++ gtg	2012-03-13 21:46:17 +0000
@@ -47,7 +47,7 @@
 
     If not, provide information how to obtain the newest version """
 
-    git_cmd= "git clone git://github.com/ploum/liblarch.git  ../liblarch"
+    git_cmd= "git clone git://github.com/liblarch/liblarch.git  ../liblarch"
     try:
         import liblarch
         toreturn = True