Browse Source

Update the .gitmodules to refer to project-level tor-rust-dependencies

Closes most of #25323.
Nick Mathewson 6 years ago
parent
commit
ac1942ac58
2 changed files with 5 additions and 1 deletions
  1. 1 1
      .gitmodules
  2. 4 0
      changes/ticket25323

+ 1 - 1
.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

+ 4 - 0
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.
+