diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2020-07-21 11:45:11 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2020-07-21 14:46:19 +0200 |
commit | 0f288cf2df790d5cd13511471e0216c46c0564b5 (patch) | |
tree | 90b20128c84811bd40a97565da44574efd42e125 /solenv | |
parent | 9cc580922b36460f47846c17aaa1cf141564c7a7 (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>
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 035505103ac5..5d137529b622 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 }, |