From 743028ec1e52594941a5d0b9834f607bee95c075 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Tue, 25 Mar 2025 08:08:00 +0000 Subject: [PATCH] fix: move FEP 5711 context file to proper extension (#540) I used the wrong file extension for the context file for FEP 5711. I think this should fix it...? Reviewed-on: https://codeberg.org/fediverse/fep/pulls/540 Co-authored-by: Evan Prodromou Co-committed-by: Evan Prodromou --- fep/5711/{fep-5711.json => fep-5711.jsonld} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename fep/5711/{fep-5711.json => fep-5711.jsonld} (100%) diff --git a/fep/5711/fep-5711.json b/fep/5711/fep-5711.jsonld similarity index 100% rename from fep/5711/fep-5711.json rename to fep/5711/fep-5711.jsonld