diff options
| author | Paul Buetow <paul@buetow.org> | 2022-01-30 22:12:21 +0000 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2022-01-30 22:12:21 +0000 |
| commit | 2e3f47415b113e40745b53a28b18b7e2b884b23d (patch) | |
| tree | b0fae55868ff4e8dc0716244939da4cdd36d7430 | |
| parent | 9ed9e3465f6974974289c589c8a8a77112438829 (diff) | |
fix address in src header
| -rwxr-xr-x | src/guprecords | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guprecords b/src/guprecords index b7d298f..dcf0dbb 100755 --- a/src/guprecords +++ b/src/guprecords @@ -1,6 +1,6 @@ #!/usr/bin/env perl # guprecords (c) 2014, Paul Buetow -# E-Mail: guprecords@mx.buetow.org WWW: http://guprecords.buetow.org +# E-Mail: guprecords@mx.buetow.org WWW: http://codeberg.org/foozone/guprecords use strict; use warnings; |
