]> git.ipfire.org Git - thirdparty/tor.git/commitdiff
Update the .gitmodules to refer to project-level tor-rust-dependencies
authorNick Mathewson <nickm@torproject.org>
Wed, 21 Feb 2018 16:53:04 +0000 (11:53 -0500)
committerNick Mathewson <nickm@torproject.org>
Wed, 21 Feb 2018 16:53:04 +0000 (11:53 -0500)
Closes most of #25323.

.gitmodules
changes/ticket25323 [new file with mode: 0644]

index 7074403c9ce32fd06f088c9a3f685b06f7dc2f2d..8f80405650877b5d4141fae1fdf67b89ff773dc8 100644 (file)
@@ -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 (file)
index 0000000..836825d
--- /dev/null
@@ -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.
+