diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-21 10:50:28 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2019-12-21 10:50:28 +0100 |
commit | c084aabd51bcc3ad736ef9c06cc6725dfa1205d0 (patch) | |
tree | 3e19c9cc88b0786c5db7e56c530926beb13e0201 /community | |
parent | d55a1c6962365b5a3d6ff5260aa8bbc44f09b923 (diff) | |
download | aports-c084aabd51bcc3ad736ef9c06cc6725dfa1205d0.tar.bz2 aports-c084aabd51bcc3ad736ef9c06cc6725dfa1205d0.tar.xz |
community/kea: 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/APKBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/community/kea/APKBUILD b/community/kea/APKBUILD index 7c4ebf9192..246318c5be 100644 --- a/community/kea/APKBUILD +++ b/community/kea/APKBUILD @@ -1,9 +1,10 @@ -# Maintainer: Steve Holweg <skytep@gmail.com> +# Maintainer: Jakub Jirutka <jakub@jirutka.cz> +# Contributor: Steve Holweg <skytep@gmail.com> # Contributor: Baptiste Jonglez <baptiste--aur@jonglez.org> # Contributor: Jakub Jirutka <jakub@jirutka.cz> pkgname=kea pkgver=1.7.2 -pkgrel=8 +pkgrel=9 pkgdesc="DHCPv4 and DHCPv6 server from ISC" url="http://kea.isc.org" # armhf, armv7: limited by log4cplus |