Преглед на файлове

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

Closes most of #25323.
Nick Mathewson преди 7 години
родител
ревизия
ac1942ac58
променени са 2 файла, в които са добавени 5 реда и са изтрити 1 реда
  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.
+