[gitg] Replace git.gnome.org with gitlab.gnome.org URLs



commit 515797ce7cdbf444c305cd4ee9202a5ec7025df4
Author: Andre Klapper <a9016009 gmx de>
Date:   Sat Apr 25 13:38:43 2020 +0200

    Replace git.gnome.org with gitlab.gnome.org URLs

 README.md    | 4 ++--
 win32/README | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/README.md b/README.md
index 7ca42cd2..02c60712 100644
--- a/README.md
+++ b/README.md
@@ -25,10 +25,10 @@ $ sudo ninja -C build install
 
 ## Building gitg from git
 
-The gitg repository is hosted on git.gnome.org. To build from git:
+The gitg repository is hosted on gitlab.gnome.org. To build from git:
 
 ```
-$ git clone http://gitlab.gnome.org/GNOME/gitg.git
+$ git clone https://gitlab.gnome.org/GNOME/gitg.git
 $ cd gitg
 $ meson --prefix=/usr build
 $ ninja -C build
diff --git a/win32/README b/win32/README
index bc1af38b..2283a2d1 100644
--- a/win32/README
+++ b/win32/README
@@ -3,7 +3,7 @@ To create the installer you need to follow the next steps:
  - launch msys2_shell.bat and update it with pacman -Syu, you will need to
    relaunch msys2_shell.bat after updating it
  - install git: pacman -S git
- - clone gedit: git clone git://git.gnome.org/gitg
+ - clone gitg: git clone https://gitlab.gnome.org/GNOME/gitg.git
  - cd gitg/win32
  - edit make-installer and set the right version of gitg
  - ./make-installer.bat


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