From ed9271ebf50845982e6594bccd074471e57fd412 Mon Sep 17 00:00:00 2001 From: ! Freaku <92618708+Freaku17@users.noreply.github.com> Date: Wed, 30 Nov 2022 18:31:55 +0530 Subject: [PATCH] Switching to HTTPS (2/6) --- index.json | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/index.json b/index.json index e4e02ca..471641a 100644 --- a/index.json +++ b/index.json @@ -1,5 +1,5 @@ { - "plugin_manager_url": "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", + "plugin_manager_url": "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugin_manager.py", "versions": { "0.1.7": { "api_version": 7, @@ -27,9 +27,9 @@ } }, "categories": [ - "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/utilities.json", - "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/minigames.json", - "http://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json" + "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/utilities.json", + "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/minigames.json", + "https://github.com/bombsquad-community/plugin-manager/{content_type}/{tag}/plugins/maps.json" ], - "external_source_url": "http://github.com/{repository}/{content_type}/{tag}/category.json" -} \ No newline at end of file + "external_source_url": "https://github.com/{repository}/{content_type}/{tag}/category.json" +}