diff options
author | Casey Bodley <cbodley@redhat.com> | 2022-11-18 21:53:13 +0100 |
---|---|---|
committer | Samarah <samarah.uriarte@ibm.com> | 2023-06-05 19:06:47 +0200 |
commit | 1d5580919e2f1a3bb8e4fc74a5371b9b8692029e (patch) | |
tree | e146379bfec918aa761c584941c0ec24f71478bf /.gitmodules | |
parent | RGW: Add D4N classes and unit testing; update cpp_redis submodule (diff) | |
download | ceph-1d5580919e2f1a3bb8e4fc74a5371b9b8692029e.tar.xz ceph-1d5580919e2f1a3bb8e4fc74a5371b9b8692029e.zip |
point cpp_redis submodule to ceph/cpp_redis
Signed-off-by: Casey Bodley <cbodley@redhat.com>
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitmodules b/.gitmodules index 41ee05f6b89..088ae3b577c 100644 --- a/.gitmodules +++ b/.gitmodules @@ -61,7 +61,7 @@ url = https://github.com/ceph/s3select.git [submodule "src/cpp_redis"] path = src/cpp_redis - url = https://github.com/alimaredia/cpp_redis.git + url = https://github.com/ceph/cpp_redis.git [submodule "src/libkmip"] path = src/libkmip url = https://github.com/ceph/libkmip |