diff options
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. |