From d19d535873d179a4a86f63d1189fd8775189ab2d Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Fri, 7 Mar 2025 20:35:26 +0100 Subject: [PATCH] fix jupyternotebook slug (#2922) --- json/jupyternotebook.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/json/jupyternotebook.json b/json/jupyternotebook.json index 0ebf71f46..a81e51058 100644 --- a/json/jupyternotebook.json +++ b/json/jupyternotebook.json @@ -1,6 +1,6 @@ { "name": "Jupyter Notebook", - "slug": "jupyter-notebook", + "slug": "jupyternotebook", "categories": [ 20 ],