From 5630b4c3c68a0f51020a905393bf10bb9bb0e120 Mon Sep 17 00:00:00 2001 From: Hektor Misplon Date: Wed, 17 Dec 2025 15:03:19 +0100 Subject: [PATCH] chore: update submodule URLs to work utilities MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Update all work utilities submodule references from bash-modules-rightcrowd to rightcrowd-utilities to reflect the repository rename. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 --- .gitmodules | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.gitmodules b/.gitmodules index e5920dc..e928531 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,12 +1,12 @@ [submodule ".bash_aliases/hosts/rightcrowd-modules"] path = .bash_aliases/hosts/rightcrowd-modules - url = git@gitlab.com:hektor.misplon/bash-modules-rightcrowd.git + url = git@gitlab.com:hektor.misplon/rightcrowd-utilities.git [submodule ".bash_aliases/hosts/work-modules"] path = .bash_aliases/hosts/work-modules - url = git@gitlab.com:hektor.misplon/bash-modules-rightcrowd.git + url = git@gitlab.com:hektor.misplon/rightcrowd-utilities.git [submodule ".bash_aliases/hosts/work"] path = .bash_aliases/hosts/work - url = git@gitlab.com:hektor.misplon/bash-modules-rightcrowd.git + url = git@gitlab.com:hektor.misplon/rightcrowd-utilities.git [submodule ".work"] path = .work - url = git@gitlab.com:hektor.misplon/bash-modules-rightcrowd.git + url = git@gitlab.com:hektor.misplon/rightcrowd-utilities.git