diff options
| author | John Bampton <[email protected]> | 2020-12-19 17:36:39 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2020-12-19 17:36:39 +1000 |
| commit | f7c5c00d6ea47ee940525b52acb1d9f495d62ae2 (patch) | |
| tree | a5dfb9895dfd14437c220eac2072c4d95eb1b7db /mrbgems/mruby-random/src | |
| parent | 08d4365252d421f71800992b34684e320ce41ca6 (diff) | |
| download | mruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.tar.gz mruby-f7c5c00d6ea47ee940525b52acb1d9f495d62ae2.zip | |
🔒 Fix missing HTTPS on links
Diffstat (limited to 'mrbgems/mruby-random/src')
| -rw-r--r-- | mrbgems/mruby-random/src/random.c | 2 |
1 files changed, 1 insertions, 1 deletions
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> |
