diff options
author | Mattias Andrée <m@maandree.se> | 2024-10-05 23:00:34 +0200 |
---|---|---|
committer | Mattias Andrée <m@maandree.se> | 2024-10-05 23:00:34 +0200 |
commit | 0a3df6774e4b950408a8efb1334235166d4c9b1a (patch) | |
tree | 56414c1a39ecb8be5523b1cd480aab44889b9be5 | |
parent | Update e-mail (diff) | |
download | auto-auto-complete-0a3df6774e4b950408a8efb1334235166d4c9b1a.tar.gz auto-auto-complete-0a3df6774e4b950408a8efb1334235166d4c9b1a.tar.bz2 auto-auto-complete-0a3df6774e4b950408a8efb1334235166d4c9b1a.tar.xz |
Update e-mail and address
Signed-off-by: Mattias Andrée <m@maandree.se>
-rw-r--r-- | doc/man/auto-auto-complete.1 | 4 | ||||
-rwxr-xr-x | src/auto-auto-complete.py | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/auto-auto-complete.1 b/doc/man/auto-auto-complete.1 index 692b5b0..1369be4 100644 --- a/doc/man/auto-auto-complete.1 +++ b/doc/man/auto-auto-complete.1 @@ -66,5 +66,5 @@ This is free software: you are free to change and redistribute it. .br There is NO WARRANTY, to the extent permitted by law. .SH BUGS -Please report bugs to https://github.com/maandree/auto-auto-complete/issues or to -maandree@member.fsf.org +Please report bugs to https://codeberg.org/maandree/auto-auto-complete/issues or to +m@maandree.se diff --git a/src/auto-auto-complete.py b/src/auto-auto-complete.py index f883b36..33d0521 100755 --- a/src/auto-auto-complete.py +++ b/src/auto-auto-complete.py @@ -3,7 +3,7 @@ ''' auto-auto-complete – Autogenerate shell auto-completion scripts -Copyright © 2012, 2013, 2014, 2015 Mattias Andrée (maandree@member.fsf.org) +Copyright © 2012, 2013, 2014, 2015 Mattias Andrée (m@maandree.se) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by |