summaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2020-12-19 17:52:16 +1000
committerJohn Bampton <[email protected]>2020-12-19 17:52:16 +1000
commit6f6149509a43ce96981d2cf46b5037bdb8509cc1 (patch)
tree196ad5766bdfea4818f61bbd9c1c90a7e3143936 /include
parent563ebbf0833c6642ce8d95795e53748227dd6985 (diff)
downloadmruby-6f6149509a43ce96981d2cf46b5037bdb8509cc1.tar.gz
mruby-6f6149509a43ce96981d2cf46b5037bdb8509cc1.zip
🔒 Fix missing HTTPS on links
Diffstat (limited to 'include')
-rw-r--r--include/mruby.h2
1 files changed, 1 insertions, 1 deletions
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 ]
*/
/**