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.
This commit is contained in:
Éder F. Zulian
2016-06-22 12:32:24 +02:00
parent 144da7c0c7
commit 97c0c96c8b

2
.gitmodules vendored
View File

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