summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2020-07-21 11:45:11 +0200
committerStephan Bergmann <sbergman@redhat.com>2020-07-21 15:53:14 +0200
commitb86ed8bbd1b68006dd69b4561931987be29d3f56 (patch)
tree516d4695d982ad19cb48ffad4058b1639deb99bd
parentb9c72c58e7d49882c9ca3ebf52bd8e36d0eed264 (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/+/99060
-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 3b436dbd95b3..7b2cc92c2ffe 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
},