diff options
author | Dirk Hohndel <dirk@hohndel.org> | 2020-04-26 16:36:27 -0700 |
---|---|---|
committer | Dirk Hohndel <dirk@hohndel.org> | 2020-04-26 16:36:30 -0700 |
commit | da953fa18a954379cc52fec85b2f30fa368aa940 (patch) | |
tree | 415dfe229b6e15c9ce5eb1d85cfb1c3d2759320c /tests/testparseperformance.cpp | |
parent | 2021035cfcee08ec4c6f9d16683db8ce400bef30 (diff) | |
download | subsurface-da953fa18a954379cc52fec85b2f30fa368aa940.tar.gz |
move GitHub url to the Subsurface org
Instead of using the Subsurface-divelog user on GitHub, we now use an org that
was generously donated to us.
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'tests/testparseperformance.cpp')
-rw-r--r-- | tests/testparseperformance.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/testparseperformance.cpp b/tests/testparseperformance.cpp index e7cce9303..c80799cff 100644 --- a/tests/testparseperformance.cpp +++ b/tests/testparseperformance.cpp @@ -10,7 +10,7 @@ #include <QDebug> #include <QNetworkProxy> -#define LARGE_TEST_REPO "https://github.com/Subsurface-divelog/large-anonymous-sample-data" +#define LARGE_TEST_REPO "https://github.com/Subsurface/large-anonymous-sample-data" void TestParsePerformance::initTestCase() { |