diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-21 11:45:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-21 16:16:53 +0200 |
commit | 0f5d0689d406d523e5627c8d1682065c0cf62304 (patch) | |
tree | 52a223121cb77385ae1e5a0d5486f1940041b6c6 /solenv | |
parent | f95b21dba6af08c0e1c5c37488024e00cb9bf2f2 (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.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/flatpak-manifest.in b/solenv/flatpak-manifest.in index 7bb6455df8af..3bebe7ffa003 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 }, |