diff options
| author | John Bampton <[email protected]> | 2021-02-13 18:17:47 +1000 |
|---|---|---|
| committer | John Bampton <[email protected]> | 2021-02-13 18:17:47 +1000 |
| commit | 6204244b41e88de8dbb3ca7e7ce35006fa61b723 (patch) | |
| tree | 48c38138119e6d80db04c4208b68076fc97dcd5e /mrbgems/mruby-compiler/core/y.tab.c | |
| parent | d04c651405189e132bd19985435d4c1c5fa1762b (diff) | |
| download | mruby-6204244b41e88de8dbb3ca7e7ce35006fa61b723.tar.gz mruby-6204244b41e88de8dbb3ca7e7ce35006fa61b723.zip | |
chore: fix missing HTTPS on links
Diffstat (limited to 'mrbgems/mruby-compiler/core/y.tab.c')
| -rw-r--r-- | mrbgems/mruby-compiler/core/y.tab.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mrbgems/mruby-compiler/core/y.tab.c b/mrbgems/mruby-compiler/core/y.tab.c index c6b56d60d..3e5c6e116 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 |
