diff options
author | Egor Tensin <egor@tensin.name> | 2023-12-09 23:48:03 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2023-12-09 23:48:03 +0100 |
commit | dc51544506820a85d596c424af6eefb86abf0048 (patch) | |
tree | 74815383f7d130d190c22d5531f637a96fd3934e /%HOME%/.local/bin | |
parent | ssh: update authorized keys (diff) | |
download | linux-home-dc51544506820a85d596c424af6eefb86abf0048.tar.gz linux-home-dc51544506820a85d596c424af6eefb86abf0048.zip |
switch to egor@tensin.name
Diffstat (limited to '%HOME%/.local/bin')
-rwxr-xr-x | %HOME%/.local/bin/vagrant-update-all-boxes.sh | 2 | ||||
-rwxr-xr-x | %HOME%/.local/bin/virsh-cleanup.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/%HOME%/.local/bin/vagrant-update-all-boxes.sh b/%HOME%/.local/bin/vagrant-update-all-boxes.sh index 6f4b61c..a8904a5 100755 --- a/%HOME%/.local/bin/vagrant-update-all-boxes.sh +++ b/%HOME%/.local/bin/vagrant-update-all-boxes.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2022 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. diff --git a/%HOME%/.local/bin/virsh-cleanup.sh b/%HOME%/.local/bin/virsh-cleanup.sh index efdfa5e..b0653f9 100755 --- a/%HOME%/.local/bin/virsh-cleanup.sh +++ b/%HOME%/.local/bin/virsh-cleanup.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2022 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2022 Egor Tensin <egor@tensin.name> # This file is part of the "linux-home" project. # For details, see https://github.com/egor-tensin/linux-home. # Distributed under the MIT License. |