summaryrefslogtreecommitdiff
path: root/solenv
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-21 11:45:11 +0200
committerAndras Timar <andras.timar@collabora.com>2020-07-22 10:10:22 +0200
commit3ef5e2f31d75ba2e15f05f0025b489172383be6c (patch)
tree30704eb7bd71f04e1ec1de60d5c1870a174ce492 /solenv
parent11c5403759176b90802229267b24110c769718c9 (diff)
solenv/flatpak-manifest.in: Merge "Switch git repo URL from git: to https:"
<https://github.com/flathub/org.libreoffice.LibreOffice/commit/75fd1b1b4a0945aec6de3534865578a7f3e30782> Change-Id: Id1ca1d09ac55d689ef0105b6ab9c29e7c6f85ebd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99128 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 0f288cf2df790d5cd13511471e0216c46c0564b5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/99061
Diffstat (limited to 'solenv')
-rw-r--r--solenv/flatpak-manifest.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in
index 65bfde36f297..3f6c42e12f7f 100644
--- a/solenv/flatpak-manifest.in
+++ b/solenv/flatpak-manifest.in
@@ -52,7 +52,7 @@
"sources": [
{
"type": "git",
- "url": "git://gerrit.libreoffice.org/core",
+ "url": "https://gerrit.libreoffice.org/core",
"branch": "@BRANCH@",
"disable-fsckobjects": true
},