diff options
author | isaackwy <isaacyu@protonmail.com> | 2024-01-03 15:39:43 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-01-04 09:41:08 +0700 |
commit | 05a172c9823a5d41f856cb89de42c2c0f05fc495 (patch) | |
tree | 810cd83b6b929b1937d1a0ef99ac1c8254608f28 /python/python3-pykeepass | |
parent | 69f8ec79f9abc6095b029a49b5bd6fe68fbeae52 (diff) |
python/python3-pykeepass: Fix email address
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pykeepass')
-rw-r--r-- | python/python3-pykeepass/python3-pykeepass.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pykeepass/python3-pykeepass.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pykeepass/python3-pykeepass.SlackBuild b/python/python3-pykeepass/python3-pykeepass.SlackBuild index 5afed63b7fd5..79981d254128 100644 --- a/python/python3-pykeepass/python3-pykeepass.SlackBuild +++ b/python/python3-pykeepass/python3-pykeepass.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for python3-pykeepass -# Copyright 2024 Isaac Yu <isaacyu1@isaacyu1.com> +# Copyright 2024 Isaac Yu <isaacyu@protonmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is diff --git a/python/python3-pykeepass/python3-pykeepass.info b/python/python3-pykeepass/python3-pykeepass.info index e259e42868d5..9326c911d7be 100644 --- a/python/python3-pykeepass/python3-pykeepass.info +++ b/python/python3-pykeepass/python3-pykeepass.info @@ -7,4 +7,4 @@ DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="argon2-cffi python3-construct python3-dateutil lxml pycryptodomex" MAINTAINER="Isaac Yu" -EMAIL="isaacyu1@isaacyu1.com" +EMAIL="isaacyu@protonmail.com" |