Switching to HTTPS (2/6)

This commit is contained in:
! Freaku 2022-11-30 18:31:55 +05:30 committed by GitHub
parent 3d5e24d495
commit ed9271ebf5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"
}
"external_source_url": "https://github.com/{repository}/{content_type}/{tag}/category.json"
}