summaryrefslogtreecommitdiffhomepage
path: root/mrbgems
diff options
context:
space:
mode:
authorJohn Bampton <[email protected]>2020-12-19 17:36:39 +1000
committerJohn Bampton <[email protected]>2020-12-19 17:36:39 +1000
commitf7c5c00d6ea47ee940525b52acb1d9f495d62ae2 (patch)
treea5dfb9895dfd14437c220eac2072c4d95eb1b7db /mrbgems
parent08d4365252d421f71800992b34684e320ce41ca6 (diff)
downloadmruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.tar.gz
mruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.zip
🔒 Fix missing HTTPS on links
Diffstat (limited to 'mrbgems')
-rw-r--r--mrbgems/mruby-compiler/core/y.tab.c2
-rw-r--r--mrbgems/mruby-random/src/random.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/mrbgems/mruby-compiler/core/y.tab.c b/mrbgems/mruby-compiler/core/y.tab.c
index a1852b831..012f4a74e 100644
--- a/mrbgems/mruby-compiler/core/y.tab.c
+++ b/mrbgems/mruby-compiler/core/y.tab.c
@@ -16,7 +16,7 @@
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
- along with this program. If not, see <http://www.gnu.org/licenses/>. */
+ along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
diff --git a/mrbgems/mruby-random/src/random.c b/mrbgems/mruby-random/src/random.c
index 0a5df6bd0..7ae706c86 100644
--- a/mrbgems/mruby-random/src/random.c
+++ b/mrbgems/mruby-random/src/random.c
@@ -19,7 +19,7 @@ To the extent possible under law, the author has dedicated all copyright
and related and neighboring rights to this software to the public domain
worldwide. This software is distributed without any warranty.
-See <http://creativecommons.org/publicdomain/zero/1.0/>. */
+See <https://creativecommons.org/publicdomain/zero/1.0/>. */
#include <stdint.h>