diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-01 16:19:35 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2020-01-01 16:21:02 +0100 |
commit | f2f3fbcad97266ad64b896f7eec936a8437d70af (patch) | |
tree | ed5c7f5a05ce6954f1fbffa5e535412bc8eacd35 /community | |
parent | 51de565804100a30896e9bc7acc2f705771bbb29 (diff) | |
download | aports-f2f3fbcad97266ad64b896f7eec936a8437d70af.tar.bz2 aports-f2f3fbcad97266ad64b896f7eec936a8437d70af.tar.xz |
community/kea-hook-runscript: take over maintainership
On 2019-12-21 8:04 AM, Steve HOLWEG wrote:
> I created the package as a proof of concept, and I totally forget about this.
> I was reassigned to a new team at work, and I don't have the time/will to maintain it.
> Feel free to take it.
Diffstat (limited to 'community')
-rw-r--r-- | community/kea-hook-runscript/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/kea-hook-runscript/APKBUILD b/community/kea-hook-runscript/APKBUILD index 98c5eaa0bd..e1f2af18df 100644 --- a/community/kea-hook-runscript/APKBUILD +++ b/community/kea-hook-runscript/APKBUILD @@ -1,7 +1,8 @@ -# Maintainer: Steve Holweg <skytep@gmail.com> +# Maintainer: Jakub Jirutka <jakub@jirutka.cz> +# Contributor: Steve Holweg <skytep@gmail.com> pkgname=kea-hook-runscript pkgver=1.3.1 -pkgrel=3 +pkgrel=4 pkgdesc="This a hook for the Kea DHCP server that allows to run an external script." url="https://github.com/zorun/kea-hook-runscript" arch="all !armhf !armv7 !s390x" # limited by kea |