diff options
author | Michel A. BEGUE <mab974@gmail.com> | 2020-03-05 00:36:25 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-03-05 00:36:25 +0700 |
commit | 99393d6faa3587d78cdd75e25ef14102c38678f6 (patch) | |
tree | 7629ee8cccc72fb54b7771cfe965fe5218aad202 /office/keepassx | |
parent | 10b092430a356c6d1d6e36852dfcb253ed23d8b1 (diff) |
office/keepassx: New maintainer.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'office/keepassx')
-rw-r--r-- | office/keepassx/keepassx.SlackBuild | 3 | ||||
-rw-r--r-- | office/keepassx/keepassx.info | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/office/keepassx/keepassx.SlackBuild b/office/keepassx/keepassx.SlackBuild index 6d5224874ad7..c55e2eced138 100644 --- a/office/keepassx/keepassx.SlackBuild +++ b/office/keepassx/keepassx.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # SlackBuild for KeePassX, 14 August 2017 -# awg <awg@cock.li> +# Copyright 2020 M.A. Begue mab974@gmail.com # All rights reserved. # # Permission to use, copy, modify, or distribute this software for any @@ -20,6 +20,7 @@ ## KeePassX itself remains a copyrighted work. ## Please see the file COPYING in the source distribution. + PRGNAM=keepassx VERSION=${VERSION:-2.0.3} BUILD=${BUILD:-1} diff --git a/office/keepassx/keepassx.info b/office/keepassx/keepassx.info index 1659fa1bf8f9..271c95a46cf2 100644 --- a/office/keepassx/keepassx.info +++ b/office/keepassx/keepassx.info @@ -6,5 +6,5 @@ MD5SUM="7852c9f1a0c04971c10370a757257dcd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="awg" -EMAIL="awg@cock.li" +MAINTAINER="Michel A. BEGUE" +EMAIL="mab974@gmail.com" |