From f7c5c00d6ea47ee940525b52acb1d9f495d62ae2 Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 19 Dec 2020 17:36:39 +1000 Subject: 🔒 Fix missing HTTPS on links MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mrbgems/mruby-random/src/random.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/mruby-random/src') 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 . */ +See . */ #include -- cgit v1.2.3