diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-03-15 19:45:33 -0700 |
---|---|---|
committer | Rosen Penev <rosenp@gmail.com> | 2020-03-15 19:45:33 -0700 |
commit | 473c49224a98d376894e563e6e43aff8697c13f2 (patch) | |
tree | 8ebaf89001bf5e989339cc976ab8d23dd984230b /utils | |
parent | ad0167082f107aad537a60991d15e911fac68614 (diff) |
openobex: remove myself as maintainer
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r-- | utils/openobex/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/openobex/Makefile b/utils/openobex/Makefile index b82d14d39..2501bfae6 100644 --- a/utils/openobex/Makefile +++ b/utils/openobex/Makefile @@ -9,14 +9,14 @@ include $(TOPDIR)/rules.mk PKG_NAME:=openobex PKG_VERSION:=1.7.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION)-Source.tar.gz PKG_SOURCE_URL:=@SF/openobex PKG_HASH:=158860aaea52f0fce0c8e4b64550daaae06df2689e05834697b7e8c7d73dd4fc PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)-Source -PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com> +PKG_MAINTAINER:= PKG_LICENSE:=GPL-2.0-or-later LGPL-2.1-or-later PKG_LICENSE_FILES:=COPYING PKG_CPE_ID:=cpe:/a:openobex:openobex |