diff options
author | Logan Rathbone <poprocks@gmail.com> | 2024-09-08 17:12:22 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-09-21 07:32:12 +0700 |
commit | 620a958768b94753615cc8ab544f5363debec5d8 (patch) | |
tree | a0c05e20c29b0a90ef9a86f10d61a4d3e63fccd0 /system/bitrot | |
parent | 7dd222dbdbfdbd1af2456148798d272d6cf788ef (diff) |
system/bitrot: Update maintainer info.
Thanks to former maintainer B. Pribula for pointing this out.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/bitrot')
-rw-r--r-- | system/bitrot/bitrot.SlackBuild | 4 | ||||
-rw-r--r-- | system/bitrot/bitrot.info | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/system/bitrot/bitrot.SlackBuild b/system/bitrot/bitrot.SlackBuild index 527810b281..314896543a 100644 --- a/system/bitrot/bitrot.SlackBuild +++ b/system/bitrot/bitrot.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bitrot -# Copyright © 2023 Logan Rathbone, Province of Ontario, Canada +# Copyright © 2023-2024 Logan Rathbone, Province of Ontario, Canada # Copyright 2022 Brandon Pribula, BC Canada # Copyright 2018 Donald Cooley South Haven, Indiana USA # All rights reserved. @@ -28,7 +28,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=bitrot VERSION=${VERSION:-1.0.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/system/bitrot/bitrot.info b/system/bitrot/bitrot.info index d1670622e7..6d47d37733 100644 --- a/system/bitrot/bitrot.info +++ b/system/bitrot/bitrot.info @@ -6,5 +6,5 @@ MD5SUM="ab20267b7050bfb38f1d08a6c2e1fdf8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3-setuptools-opt" -MAINTAINER="Brandon Pribula" -EMAIL="b.pribs11@gmail.com" +MAINTAINER="Logan Rathbone" +EMAIL="poprocks@gmail.com" |