diff options
author | Egor Tensin <egor@tensin.name> | 2023-12-10 09:57:34 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2023-12-10 09:57:34 +0100 |
commit | cc84091e2ff482e2a99d6f72d6c429234a45d10a (patch) | |
tree | f224d845a419e8afff746d7346e4fc7d20ae9b39 /debian/Vagrantfile | |
parent | debian/vagrant: fix NFS mounting (diff) | |
download | linux-status-cc84091e2ff482e2a99d6f72d6c429234a45d10a.tar.gz linux-status-cc84091e2ff482e2a99d6f72d6c429234a45d10a.zip |
debian: switch to egor@tensin.name
Diffstat (limited to '')
-rw-r--r-- | debian/Vagrantfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/Vagrantfile b/debian/Vagrantfile index fce4afb..6045d2b 100644 --- a/debian/Vagrantfile +++ b/debian/Vagrantfile @@ -2,7 +2,7 @@ # vi: set ft=ruby : NAME = 'Egor Tensin' -EMAIL = 'Egor.Tensin@gmail.com' +EMAIL = 'egor@tensin.name' GPG_KEY = '3B3EF1235420917E0DB0723991D679FB92B036CB' UID = Process.euid |