Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/roundcube/roundcubemail.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorRotzbua <Rotzbua@users.noreply.github.com>2018-11-08 14:30:45 +0300
committerAleksander Machniak <alec@alec.pl>2018-11-08 14:30:45 +0300
commitf8b6493ecf39fd9157b6273382688c416d828f10 (patch)
treefd2f095c974e2712f7b2efcc9c76380613842856 /bin
parent0048be10a9a72edf2075ac7a0712ad36c99319b2 (diff)
Change http to https for plugins.roundcube.net (#6405)
Diffstat (limited to 'bin')
-rwxr-xr-xbin/package2composer.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/package2composer.sh b/bin/package2composer.sh
index c615a177f..3e5c081f2 100755
--- a/bin/package2composer.sh
+++ b/bin/package2composer.sh
@@ -42,7 +42,7 @@ $data = array(
'version' => strval($package->version->release),
'authors' => array(),
'repositories' => array(
- array('type' => 'composer', 'url' => 'http://plugins.roundcube.net'),
+ array('type' => 'composer', 'url' => 'https://plugins.roundcube.net'),
),
'require' => array(
'php' => '>=5.3.0',