From dc5556651f69a858ae9bad50ffba7600ca72538f Mon Sep 17 00:00:00 2001 From: Lance Edgar Date: Thu, 5 Jan 2023 08:41:54 -0600 Subject: [PATCH] Update clone URL for byjove --- rattail_fabric2/byjove.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rattail_fabric2/byjove.py b/rattail_fabric2/byjove.py index 2e4f873..60af4a6 100644 --- a/rattail_fabric2/byjove.py +++ b/rattail_fabric2/byjove.py @@ -2,7 +2,7 @@ ################################################################################ # # Rattail -- Retail Software Framework -# Copyright © 2010-2021 Lance Edgar +# Copyright © 2010-2023 Lance Edgar # # This file is part of Rattail. # @@ -33,7 +33,7 @@ def install_from_source(c, user='rattail'): """ if not exists(c, '/usr/local/src/byjove'): mkdir(c, '/usr/local/src/byjove', use_sudo=True, owner=user) - c.sudo('git clone https://rattailproject.org/git/byjove.git /usr/local/src/byjove', + c.sudo('git clone https://kallithea.rattailproject.org/rattail-project/byjove /usr/local/src/byjove', user=user) c.sudo("bash -l -c 'cd /usr/local/src/byjove; npm link'", user=user)