diff options
-rw-r--r-- | conf/aliases | 2 | ||||
-rw-r--r-- | license.txt | 2 | ||||
-rw-r--r-- | readme.rst | 4 | ||||
-rwxr-xr-x | scripts/fancy_sleep.py | 2 | ||||
-rwxr-xr-x | scripts/link-to-hashes.py | 2 | ||||
-rwxr-xr-x | scripts/mkgallery.py | 2 | ||||
-rwxr-xr-x | scripts/ofx2json | 2 | ||||
-rwxr-xr-x | scripts/weechat-log2ansi | 2 |
8 files changed, 9 insertions, 9 deletions
diff --git a/conf/aliases b/conf/aliases index 960f4c1..718da1b 100644 --- a/conf/aliases +++ b/conf/aliases @@ -154,7 +154,7 @@ alias git-status-gtk='vcsh run gtk git status' alias m="mutt" alias mu="mutt -y -Z || mutt -y" # for sending mails from command-line I require to have a profile set -alias m-profile-vg="mutt -e 'set from=vg@devys.org'" +alias m-profile-vg="mutt -e 'set from=vgm+dev@devys.org'" ################################################################################ # power management diff --git a/license.txt b/license.txt index d075b49..367d834 100644 --- a/license.txt +++ b/license.txt @@ -1,6 +1,6 @@ MIT License -Copyright © 2017 vg <vg@devys.org> +Copyright © 2024 vg <vgm+dev@devys.org> Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -12,7 +12,7 @@ this program. If not, see <https://opensource.org/licenses/MIT>. SPDX-License-Identifier: MIT -Copyright © 2017 vg <vg@devys.org> +Copyright © 2024 vg <vgm+dev@devys.org> Contact ======= @@ -21,4 +21,4 @@ developer vg mail - vg@devys.org + vgm+dev@devys.org diff --git a/scripts/fancy_sleep.py b/scripts/fancy_sleep.py index e00839f..b56c7cb 100755 --- a/scripts/fancy_sleep.py +++ b/scripts/fancy_sleep.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2017 vg@devys.org +# Copyright 2017 vgm+dev@devys.org # SPDX-License-Identifier: MIT ''' diff --git a/scripts/link-to-hashes.py b/scripts/link-to-hashes.py index 224a410..37fe181 100755 --- a/scripts/link-to-hashes.py +++ b/scripts/link-to-hashes.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2017 vg@devys.org +# Copyright 2017 vgm+dev@devys.org # SPDX-License-Identifier: MIT ''' diff --git a/scripts/mkgallery.py b/scripts/mkgallery.py index 130cbce..0c0fe2f 100755 --- a/scripts/mkgallery.py +++ b/scripts/mkgallery.py @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2017 vg@devys.org +# Copyright 2017 vgm+dev@devys.org # SPDX-License-Identifier: MIT diff --git a/scripts/ofx2json b/scripts/ofx2json index 08d9fe9..bdb6116 100755 --- a/scripts/ofx2json +++ b/scripts/ofx2json @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2019 vg@devys.org +# Copyright 2019 vgm+dev@devys.org # SPDX-License-Identifier: MIT progname = 'ofx2json' diff --git a/scripts/weechat-log2ansi b/scripts/weechat-log2ansi index ba62129..e98c37f 100755 --- a/scripts/weechat-log2ansi +++ b/scripts/weechat-log2ansi @@ -1,5 +1,5 @@ #!/usr/bin/env python3 -# Copyright 2017 vg@devys.org +# Copyright 2017 vgm+dev@devys.org # SPDX-License-Identifier: MIT |