diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2016-10-16 22:36:06 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-16 22:36:06 +0300 |
commit | a3a7e0dd6530d00c3e3320b88ed9e930feb1e2a8 (patch) | |
tree | 9262b65de2a80a5c3a6d363ede042b02270fefc1 | |
parent | 7122495899cfc20f8c4489fcc8b6dbe35791d7c6 (diff) | |
parent | 263e8eaaa2c9cbf73779a46abf55a619128e4c5c (diff) |
Merge pull request #3348 from hansmi/master
net/unbound: Change maintainer to Eric Luehrsen
-rw-r--r-- | net/unbound/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/unbound/Makefile b/net/unbound/Makefile index 235185da9..b2a5b16fe 100644 --- a/net/unbound/Makefile +++ b/net/unbound/Makefile @@ -13,7 +13,7 @@ PKG_RELEASE:=4 PKG_LICENSE:=BSD-3-Clause PKG_LICENSE_FILES:=LICENSE -PKG_MAINTAINER:=Michael Hanselmann <public@hansmi.ch> +PKG_MAINTAINER:=Eric Luehrsen <ericluehrsen@hotmail.com> PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.unbound.net/downloads |