From 0364684184d7864aea0e650dfdb40df9ab7243a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Corentin=20S=C3=A9chet?= Date: Fri, 2 Aug 2024 14:30:59 +0200 Subject: [PATCH] fix: fix jean-web installation url --- noxfile.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/noxfile.py b/noxfile.py index 823b3ed..c0ac3fb 100644 --- a/noxfile.py +++ b/noxfile.py @@ -25,7 +25,7 @@ def build(session: Session) -> None: """Run unit tests.""" session.install( "nodeenv", - "git+https://git.collectivit.org/collectivit/jean-web", + "git+https://git.frog-collective.com/collectivit/jean-web", "babel", "jinja2" ) -- 2.39.2