diff options
author | Egor Tensin <egor@tensin.name> | 2023-12-12 21:29:42 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2023-12-12 21:29:42 +0100 |
commit | 82c5f204346def706fdc7ee28a8e2570fb880369 (patch) | |
tree | ec0f23da17c5449daab2fd1c0f8bba659687ebf6 /scripts | |
parent | rationale.md: add a foreword (diff) | |
download | cimple-82c5f204346def706fdc7ee28a8e2570fb880369.tar.gz cimple-82c5f204346def706fdc7ee28a8e2570fb880369.zip |
switch to egor@tensin.name
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/flamegraph.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/flamegraph.sh b/scripts/flamegraph.sh index 032b86e..3a6c9e2 100755 --- a/scripts/flamegraph.sh +++ b/scripts/flamegraph.sh @@ -1,6 +1,6 @@ #!/usr/bin/env bash -# Copyright (c) 2023 Egor Tensin <Egor.Tensin@gmail.com> +# Copyright (c) 2023 Egor Tensin <egor@tensin.name> # This file is part of the "cimple" project. # For details, see https://github.com/egor-tensin/cimple. # Distributed under the MIT License. |