From: Nick Mathewson Date: Wed, 21 Feb 2018 16:53:04 +0000 (-0500) Subject: Update the .gitmodules to refer to project-level tor-rust-dependencies X-Git-Tag: tor-0.3.1.10~7^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ac1942ac58d631af036acc97c73dad9d89b23aaf;p=thirdparty%2Ftor.git Update the .gitmodules to refer to project-level tor-rust-dependencies Closes most of #25323. --- diff --git a/.gitmodules b/.gitmodules index 7074403c9c..8f80405650 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "src/ext/rust"] path = src/ext/rust - url = https://git.torproject.org/user/sebastian/tor-rust-dependencies + url = https://git.torproject.org/tor-rust-dependencies diff --git a/changes/ticket25323 b/changes/ticket25323 new file mode 100644 index 0000000000..836825de5d --- /dev/null +++ b/changes/ticket25323 @@ -0,0 +1,4 @@ + o Code simplification and refactoring: + - Update the "rust dependencies" submodule to be an project-level + repository, rather than a user repository. Closes ticket 25323. +