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 /bean | |
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 'bean')
-rw-r--r-- | bean/pom.officebean.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bean/pom.officebean.xml b/bean/pom.officebean.xml index 8d366d2a2f71..e533d17277d0 100644 --- a/bean/pom.officebean.xml +++ b/bean/pom.officebean.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> |