move git repo to github.com/Pterodactyl/wings

This commit is contained in:
Jakob Schrettenbrunner
2017-07-01 19:26:05 +02:00
parent a2d741c13a
commit ae41a0e76e
8 changed files with 11 additions and 11 deletions

2
Vagrantfile vendored
View File

@@ -1,7 +1,7 @@
Vagrant.configure("2") do |cfg|
cfg.vm.box = "ubuntu/xenial64"
cfg.vm.synced_folder "./", "/home/ubuntu/go/src/github.com/schrej/wings"
cfg.vm.synced_folder "./", "/home/ubuntu/go/src/github.com/Pterodactyl/wings"
cfg.vm.provision :shell, path: ".dev/vagrant/provision.sh"