From 6f6149509a43ce96981d2cf46b5037bdb8509cc1 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 19 Dec 2020 17:52:16 +1000 Subject: 🔒 Fix missing HTTPS on links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/mruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mruby.h b/include/mruby.h index a5116f9ee..6f58fd7cd 100644 --- a/include/mruby.h +++ b/include/mruby.h @@ -22,7 +22,7 @@ ** TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE ** SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. ** -** [ MIT license: http://www.opensource.org/licenses/mit-license.php ] +** [ MIT license: https://www.opensource.org/licenses/mit-license.php ] */ /** -- cgit v1.2.3