[gedit/wip/tabstyle] Use absolute path for libgd submodule



commit b6a573034cb542b451c5753cf840e38617cf53bd
Author: Ken VanDine <ken vandine canonical com>
Date:   Wed Feb 6 15:05:42 2019 -0500

    Use absolute path for libgd submodule
    
    This is needed to fix Launchpad's git import

 .gitmodules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitmodules b/.gitmodules
index 303eb9bcb..66989de51 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
 [submodule "libgd"]
        path = libgd
-       url = ../libgd
+       url = https://gitlab.gnome.org/GNOME/libgd.git


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]