Skip to content

Commit

Permalink
Merge pull request #303 from loopandlearn/modify_submodule_source
Browse files Browse the repository at this point in the history
Modify .gitmodules to point to loopandlearn organization
  • Loading branch information
bjornoleh authored Jun 15, 2024
2 parents 7a6ddf3 + 189c935 commit 9f1b847
Showing 1 changed file with 20 additions and 19 deletions.
39 changes: 20 additions & 19 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,39 +1,40 @@
[submodule "LoopKit"]
path = LoopKit
url = https://github.com/LoopKit/LoopKit.git
branch = dev
url = https://github.com/loopandlearn/LoopKit.git
branch = trio
[submodule "CGMBLEKit"]
path = CGMBLEKit
url = https://github.com/LoopKit/CGMBLEKit.git
branch = dev
url = https://github.com/loopandlearn/CGMBLEKit.git
branch = trio
[submodule "dexcom-share-client-swift"]
path = dexcom-share-client-swift
url = https://github.com/LoopKit/dexcom-share-client-swift.git
branch = dev
url = https://github.com/loopandlearn/dexcom-share-client-swift.git
branch = trio
[submodule "RileyLinkKit"]
path = RileyLinkKit
url = https://github.com/LoopKit/RileyLinkKit
branch = dev
url = https://github.com/loopandlearn/RileyLinkKit
branch = trio
[submodule "OmniBLE"]
path = OmniBLE
url = https://github.com/LoopKit/OmniBLE.git
branch = dev
url = https://github.com/loopandlearn/OmniBLE.git
branch = trio
[submodule "G7SensorKit"]
path = G7SensorKit
url = https://github.com/LoopKit/G7SensorKit.git
branch = main
url = https://github.com/loopandlearn/G7SensorKit.git
branch = trio
[submodule "OmniKit"]
path = OmniKit
url = https://github.com/LoopKit/OmniKit.git
branch = main
url = https://github.com/loopandlearn/OmniKit.git
branch = trio
[submodule "MinimedKit"]
path = MinimedKit
url = https://github.com/LoopKit/MinimedKit.git
branch = main
url = https://github.com/loopandlearn/MinimedKit.git
branch = trio
[submodule "LibreTransmitter"]
path = LibreTransmitter
url = https://github.com/LoopKit/LibreTransmitter.git
branch = main
url = https://github.com/loopandlearn/LibreTransmitter.git
branch = trio
[submodule "TidepoolService"]
path = TidepoolService
url = https://github.com/LoopKit/TidepoolService.git
url = https://github.com/loopandlearn/TidepoolService.git
branch = trio

0 comments on commit 9f1b847

Please sign in to comment.