diff options
-rw-r--r-- | desktop/cwm/cwm.SlackBuild | 5 | ||||
-rw-r--r-- | desktop/cwm/cwm.info | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/desktop/cwm/cwm.SlackBuild b/desktop/cwm/cwm.SlackBuild index e3604ac82b..b439546932 100644 --- a/desktop/cwm/cwm.SlackBuild +++ b/desktop/cwm/cwm.SlackBuild @@ -2,7 +2,8 @@ # Slackware build script for cwm -# Copyright 2014-2015 Leonard Schmidt <lems@gmx.net> +# Copyright 2014-2015 Leonard Schmidt <email removed> +# Copyright 2018 B. Watson <yalhcru@gmail.com> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -22,6 +23,8 @@ # OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. +# 20180802 bkw: take over maintenance, no script changes. + PRGNAM=cwm VERSION=${VERSION:-6.3} BUILD=${BUILD:-1} diff --git a/desktop/cwm/cwm.info b/desktop/cwm/cwm.info index 958dd35ee4..691d637432 100644 --- a/desktop/cwm/cwm.info +++ b/desktop/cwm/cwm.info @@ -6,5 +6,5 @@ MD5SUM="358ad04e4299f816f8fb8fdc0b00c179" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Leonard Schmidt" -EMAIL="lems@gmx.net" +MAINTAINER="B. Watson" +EMAIL="yalhcru@gmail.com" |