aboutsummaryrefslogtreecommitdiff
path: root/Vagrantfile
diff options
context:
space:
mode:
authormeskio <meskio@torproject.org>2023-05-30 19:54:04 +0200
committermeskio <meskio@torproject.org>2023-05-31 10:01:47 +0200
commit82cc0f38f73c4ca4e12d22173562a092ebd4dea0 (patch)
treeeb60616af613a8a62c610a3bf7ac19e6a8e796a1 /Vagrantfile
parent88608ad44a00d2a23680800d54ed03b167c09c89 (diff)
downloadsnowflake-82cc0f38f73c4ca4e12d22173562a092ebd4dea0.tar.gz
snowflake-82cc0f38f73c4ca4e12d22173562a092ebd4dea0.zip
Move the development to gitlab
Related: tpo/anti-censorship/team#86
Diffstat (limited to 'Vagrantfile')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index 36a31fe..739fbc8 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -4,7 +4,7 @@ require 'yaml'
srvpath = Pathname.new(File.dirname(__FILE__)).realpath
configfile = YAML.load_file(File.join(srvpath, "/.gitlab-ci.yml"))
-remote_url = 'https://git.torproject.org/pluggable-transports/snowflake.git'
+remote_url = 'https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake'
# set up essential environment variables
env = configfile['variables']