From 97c0c96c8bd29b9fe67333f81c5841d5500062b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Wed, 22 Jun 2016 12:32:24 +0200 Subject: [PATCH] Changing remote repository for DRAMPower submodule. Before this change the remote repository was the official DRAMPower repo, so we were not able to push any of our changes. Now we can push our changes to our fork of DRAMPower and later we open pull requests in order to integrate them to the official repo. --- .gitmodules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitmodules b/.gitmodules index 29841795..68a0a5d4 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,6 +1,6 @@ [submodule "DRAMSys/simulator/src/common/third_party/DRAMPower"] path = DRAMSys/simulator/src/common/third_party/DRAMPower - url = https://github.com/ravenrd/DRAMPower.git + url = https://github.com/tukl-msd/DRAMPower.git [submodule "DRAMSys/simulator/src/common/third_party/tinyxml2"] path = DRAMSys/simulator/src/common/third_party/tinyxml2 url = https://github.com/leethomason/tinyxml2.git