diff options
author | David Woodfall <dave@dawoodfall.net> | 2018-03-07 11:22:38 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-03-10 07:11:02 +0700 |
commit | cb913c8390fa1d164cc34edb69eecf6f0a312b46 (patch) | |
tree | cddc01608b373358e5bf22e643e3a0a034d42c0b /games/nethack | |
parent | 5af8a437c35330381032509ef52ef1278372528d (diff) |
games/nethack: New maintainer.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'games/nethack')
-rw-r--r-- | games/nethack/nethack.SlackBuild | 19 | ||||
-rw-r--r-- | games/nethack/nethack.info | 4 |
2 files changed, 21 insertions, 2 deletions
diff --git a/games/nethack/nethack.SlackBuild b/games/nethack/nethack.SlackBuild index 6ce6dadc397f..e01e78e876d5 100644 --- a/games/nethack/nethack.SlackBuild +++ b/games/nethack/nethack.SlackBuild @@ -5,6 +5,25 @@ # Written by Dugan Chen (thedoogster [at] gmail [dot] com) # Based on the Arch Linux PkgBuild. +# Now maintained by David Woodfall <dave@dawoodfall.net> + +# Redistribution and use of this script, with or without modification, is +# permitted provided that the following conditions are met: +# +# 1. Redistributions of this script must retain the above copyright +# notice, this list of conditions and the following disclaimer. +# +# THIS SOFTWARE IS PROVIDED BY THE AUTHOR ''AS IS'' AND ANY EXPRESS OR IMPLIED +# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF +# MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO +# EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, +# SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, +# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; +# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, +# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR +# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + PRGNAM=nethack VERSION=${VERSION:-3.6.0} BUILD=${BUILD:-1} diff --git a/games/nethack/nethack.info b/games/nethack/nethack.info index 117f61504dc2..882dba169d79 100644 --- a/games/nethack/nethack.info +++ b/games/nethack/nethack.info @@ -6,5 +6,5 @@ MD5SUM="d42147b26e5fb4746fb72536ce145984" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" -MAINTAINER="Glenn Becker" -EMAIL="glenn.becker@gmail.com" +MAINTAINER="David Woodfall" +EMAIL="dave@dawoodfall.net" |