perl/perl-Config-Simple: Change maintainer.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2019-07-01 09:32:55 +02:00 committed by Willy Sudiarto Raharjo
parent ff4e5d5fd9
commit 969adf2465
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 4 additions and 3 deletions

View File

@ -3,6 +3,7 @@
# Slackware build script for Config-Simple
# Copyright 2014 Elvio Basello
# Copyright 2019 Marcus Moeller
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -31,7 +32,7 @@ SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac

View File

@ -6,5 +6,5 @@ MD5SUM="f014aec54f0a1e2e880d317180fce502"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
MAINTAINER="Elvio Basello (HelLViS69)"
EMAIL="hellvis69@gmail.com"
MAINTAINER="Marcus Moeller"
EMAIL="mmoeller@faircomputer.ch"