fix: fix jean-web installation url

This commit is contained in:
Corentin 2024-08-02 14:30:59 +02:00
parent 580d73b015
commit 0364684184
1 changed files with 1 additions and 1 deletions

View File

@ -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"
)