From c78fc901f1981e6957dfd03049356efb862617b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9gis=20Behmo?= Date: Tue, 3 Oct 2023 06:34:54 +0200 Subject: [PATCH] fix: jupyter plugin src --- main/olive/plugins.yml | 2 +- main/palm/plugins.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/main/olive/plugins.yml b/main/olive/plugins.yml index 7785b2a..41de1ec 100644 --- a/main/olive/plugins.yml +++ b/main/olive/plugins.yml @@ -72,7 +72,7 @@ A beautiful, blue theme for Open edX. - name: jupyter - src: tutor-indigo>=15.0.0,<16.0.0 + src: tutor-jupyter>=15.0.0,<16.0.0 url: https://github.com/overhangio/tutor-jupyter author: Overhang.IO maintainer: Overhang.IO diff --git a/main/palm/plugins.yml b/main/palm/plugins.yml index 193db19..dfadd5f 100644 --- a/main/palm/plugins.yml +++ b/main/palm/plugins.yml @@ -72,7 +72,7 @@ A beautiful, blue theme for Open edX. - name: jupyter - src: tutor-indigo>=16.0.0,<17.0.0 + src: tutor-jupyter>=16.0.0,<17.0.0 url: https://github.com/overhangio/tutor-jupyter author: Overhang.IO maintainer: Overhang.IO