change git protocol in _service to https

OBS-URL: https://build.opensuse.org/package/show/openSUSE:Tools/osc?expand=0&rev=355
This commit is contained in:
Ruediger Oertel 2022-01-12 12:43:09 +00:00 committed by Git OBS Bridge
parent aa1a6b35a9
commit eda1e5c926
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
<service name="tar_scm" mode="disabled"> <service name="tar_scm" mode="disabled">
<param name="version">0.175.0</param> <param name="version">0.175.0</param>
<param name="revision">0.175.0</param> <param name="revision">0.175.0</param>
<param name="url">git://github.com/openSUSE/osc.git</param> <param name="url">https://github.com/openSUSE/osc.git</param>
<param name="scm">git</param> <param name="scm">git</param>
</service> </service>
<service name="recompress" mode="disabled"> <service name="recompress" mode="disabled">

View File

@ -1,7 +1,7 @@
# #
# spec file for package osc # spec file for package osc
# #
# Copyright (c) 2021 SUSE LLC # Copyright (c) 2022 SUSE LLC
# #
# All modifications and additions to the file contributed by third parties # All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed # remain the property of their copyright owners, unless otherwise agreed