diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-29 00:51:13 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2017-12-29 01:42:18 +0100 |
commit | 7c65de4a63c4fb1193f961ded753831595412ae7 (patch) | |
tree | 1949b5e687fdb082313f2e021e8fe86ce6e75457 /main | |
parent | 2f15a2b67b5aa29e299d3ea7c6d5a5369892e212 (diff) | |
download | aports-7c65de4a63c4fb1193f961ded753831595412ae7.tar.bz2 aports-7c65de4a63c4fb1193f961ded753831595412ae7.tar.xz |
main/luajit: take maintainership
Cameron Banta is inactive for 5 years.
Diffstat (limited to 'main')
-rw-r--r-- | main/luajit/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/luajit/APKBUILD b/main/luajit/APKBUILD index 3fe5b17c50..34ea3b3c7c 100644 --- a/main/luajit/APKBUILD +++ b/main/luajit/APKBUILD @@ -1,10 +1,10 @@ -# Maintainer: Cameron Banta <cbanta@gmail.com> +# Maintainer: Jakub Jirutka <jakub@jirutka.cz> # Contributor: Bartłomiej Piotrowski <nospam@bpiotrowski.pl> pkgname=luajit _pkgname=LuaJIT pkgver=2.1.0_beta3 _pkgver=${pkgver/_/-} -pkgrel=0 +pkgrel=1 pkgdesc='Just-in-time compiler and replacement for Lua 5.1' url='http://luajit.org' arch="all !s390x" |