From 3d24039cec877c198f372e94a13987cb7653168a Mon Sep 17 00:00:00 2001
From: Thomas Bruederli <thomas@roundcube.net>
Date: Wed, 29 Apr 2015 10:13:24 -0400
Subject: [PATCH] Switch repository URLs to https:

---
 composer.json-dist |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/composer.json-dist b/composer.json-dist
index 14cfa8d..4272034 100644
--- a/composer.json-dist
+++ b/composer.json-dist
@@ -9,7 +9,7 @@
         },
         {
             "type": "composer",
-            "url": "http://plugins.roundcube.net/"
+            "url": "https://plugins.roundcube.net/"
         },
         {
             "type": "vcs",
@@ -21,7 +21,7 @@
                 "name": "Net_SMTP",
                 "version": "dev-master",
                 "source": {
-                    "url": "http://github.com/pear/Net_SMTP",
+                    "url": "https://github.com/pear/Net_SMTP",
                     "type": "git",
                     "reference": "master"
                 }

--
Gitblit v1.9.1