diff options
author | Gulsah Kose <gulsah.1004@gmail.com> | 2018-04-16 00:43:32 +0300 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-04-16 15:57:08 +0200 |
commit | 9001f5fca00617b55a29029557b78609b38cd9ec (patch) | |
tree | 5c01af7f03cd823dd2f4f252b6f29ed10ba6d3de /jurt | |
parent | 77a59cabf33d5d6ccc80ea62ee07162abc1b4e52 (diff) |
Use https instead of http
Use "https://cgit.freedesktop.org/libreoffice/core"
instead of "http://cgit.freedesktop.org/libreoffice/core"
Change-Id: Ic7248eeb2a9452da7236eeee08414a77714dd234
Signed-off-by: Gulsah Kose <gulsah.1004@gmail.com>
Reviewed-on: https://gerrit.libreoffice.org/52926
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'jurt')
-rw-r--r-- | jurt/pom.jurt.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jurt/pom.jurt.xml b/jurt/pom.jurt.xml index 25e3403421bc..881153959244 100644 --- a/jurt/pom.jurt.xml +++ b/jurt/pom.jurt.xml @@ -17,7 +17,7 @@ </licenses> <scm> - <url>http://cgit.freedesktop.org/libreoffice/core</url> + <url>https://cgit.freedesktop.org/libreoffice/core</url> <connection>https://gerrit.libreoffice.org/#/admin/projects/core</connection> </scm> |