diff options
| author | Arun Isaac | 2026-06-22 16:52:58 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-06-22 16:52:58 +0100 |
| commit | c7d88c69d0a7e87c21eab967ae5cbef5943c0518 (patch) | |
| tree | a7e8635c3e69245340d09caa27ffff39ae1dabec /scripts | |
| parent | 983bfc89c52d16583693e0d0233f665222195152 (diff) | |
| download | ccwl-c7d88c69d0a7e87c21eab967ae5cbef5943c0518.tar.gz ccwl-c7d88c69d0a7e87c21eab967ae5cbef5943c0518.tar.lz ccwl-c7d88c69d0a7e87c21eab967ae5cbef5943c0518.zip | |
scripts: Replace GitHub issue tracker URL with public inbox address.
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/ccwl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ccwl b/scripts/ccwl index 65d338b..e7e9b6d 100755 --- a/scripts/ccwl +++ b/scripts/ccwl @@ -128,7 +128,7 @@ exec guile --no-auto-compile -e main -s "$0" "$@" (condition-irritants condition)))) ((not (quit-exception? condition)) (display "You have discovered a bug! ccwl crashed! :-( -Please report this to https://github.com/arunisaac/ccwl/issues +Please report this to ccwl@systemreboot.net Thank you!\n\n" (current-error-port)) (write condition (current-error-port)) |
