aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Vagrantfile
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2023-12-10 10:16:23 +0100
committerEgor Tensin <egor@tensin.name>2023-12-10 10:16:23 +0100
commit7f360b06ddebeaf20caaed2f70073cdf0e322bf0 (patch)
tree9ca15327ad33c99bd3c34cf39a656cdc21ad3626 /Vagrantfile
parentaur: 2.4.4-1 (diff)
downloadlinux-status-7f360b06ddebeaf20caaed2f70073cdf0e322bf0.tar.gz
linux-status-7f360b06ddebeaf20caaed2f70073cdf0e322bf0.zip
switch to egor@tensin.name
Diffstat (limited to '')
-rw-r--r--Vagrantfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Vagrantfile b/Vagrantfile
index e9f3b7a..0cbfc92 100644
--- a/Vagrantfile
+++ b/Vagrantfile
@@ -2,7 +2,7 @@
# vi: set ft=ruby :
NAME = 'Egor Tensin'
-EMAIL = 'Egor.Tensin@gmail.com'
+EMAIL = 'egor@tensin.name'
Vagrant.configure("2") do |config|
config.vm.box = "archlinux/archlinux"