python/python3-pykeepass: Fix email address

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
isaackwy 2024-01-03 15:39:43 -08:00 committed by Willy Sudiarto Raharjo
parent 69f8ec79f9
commit 05a172c982
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
# Slackware build script for python3-pykeepass # Slackware build script for python3-pykeepass
# Copyright 2024 Isaac Yu <isaacyu1@isaacyu1.com> # Copyright 2024 Isaac Yu <isaacyu@protonmail.com>
# All rights reserved. # All rights reserved.
# #
# Redistribution and use of this script, with or without modification, is # Redistribution and use of this script, with or without modification, is

View File

@ -7,4 +7,4 @@ DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="argon2-cffi python3-construct python3-dateutil lxml pycryptodomex" REQUIRES="argon2-cffi python3-construct python3-dateutil lxml pycryptodomex"
MAINTAINER="Isaac Yu" MAINTAINER="Isaac Yu"
EMAIL="isaacyu1@isaacyu1.com" EMAIL="isaacyu@protonmail.com"