python/python3-pykeepass: Fix email address
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
69f8ec79f9
commit
05a172c982
|
@ -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
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue