From 1f902162494f8e9decaf05d5fc99c942eda21a45 Mon Sep 17 00:00:00 2001 From: Sebastian Reichel Date: Mon, 16 Dec 2024 12:14:03 +0100 Subject: [PATCH] mainframe: use https (#274) While the mainframe status SpaceApi is accessible via unencrypted http connections, we recommend using https when possible. --- directory.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/directory.json b/directory.json index e0f284c..c9cc445 100644 --- a/directory.json +++ b/directory.json @@ -111,7 +111,7 @@ "London Hackspace": "https://london.hackspace.org.uk/spaceapi", "LuXeria": "https://luxeria.ch/spaceapi.json", "Maakplek": "https://maakplek.nl/api/", - "Mainframe": "http://status.mainframe.io/api/spaceInfo", + "Mainframe": "https://status.mainframe.io/api/spaceInfo", "MakeMonmouth": "https://members.makemonmouth.co.uk/api/spacedirectory/", "MakeRiga": "https://api.makeriga.org/spaceapi.json", "MakeSpace Madrid": "https://makespacemadrid.org/spaceapi/status.json",