diff options
author | Sebastian Kemper <sebastian_ml@gmx.net> | 2020-01-12 21:34:49 +0100 |
---|---|---|
committer | Sebastian Kemper <sebastian_ml@gmx.net> | 2020-01-12 22:30:32 +0100 |
commit | 40c7e95210a44bc314f612bc66ef7864de2c09ba (patch) | |
tree | d7b5a585496e058517bceefd09c21a63aa6e036d /libs | |
parent | 141bd55316719f11741a578e650aa1895ec68b25 (diff) |
apr/apr-util: add myself as maintainer
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Diffstat (limited to 'libs')
-rw-r--r-- | libs/apr-util/Makefile | 3 | ||||
-rw-r--r-- | libs/apr/Makefile | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/libs/apr-util/Makefile b/libs/apr-util/Makefile index 8c95d9252..eb5c79661 100644 --- a/libs/apr-util/Makefile +++ b/libs/apr-util/Makefile @@ -14,7 +14,8 @@ PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@APACHE/apr/ PKG_HASH:=d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b -PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> +PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \ + Sebastian Kemper <sebastian_ml@gmx.net> PKG_LICENSE:=Apache License PKG_CPE_ID:=cpe:/a:apache:apr-util diff --git a/libs/apr/Makefile b/libs/apr/Makefile index acddf3018..b07ae5800 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -15,7 +15,8 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=@APACHE/apr/ PKG_HASH:=a67ca9fcf9c4ff59bce7f428a323c8b5e18667fdea7b0ebad47d194371b0a105 -PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de> +PKG_MAINTAINER:=Thomas Heil <heil@terminal-consulting.de>, \ + Sebastian Kemper <sebastian_ml@gmx.net> PKG_LICENSE:=Apache-2.0 PKG_BUILD_PARALLEL:=1 |