aboutsummaryrefslogtreecommitdiff
path: root/utils
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-03-15 19:47:12 -0700
committerRosen Penev <rosenp@gmail.com>2020-03-15 19:47:12 -0700
commit5aedc2206a26be62dba9e5aa2e12ff54639437b2 (patch)
treedff4257a329608e273ece6849b9be3e3a0622352 /utils
parent473c49224a98d376894e563e6e43aff8697c13f2 (diff)
picocom: remove myself as maintainer
Fix license information. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils')
-rw-r--r--utils/picocom/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/utils/picocom/Makefile b/utils/picocom/Makefile
index 23aff9a60..4569a72fd 100644
--- a/utils/picocom/Makefile
+++ b/utils/picocom/Makefile
@@ -9,14 +9,15 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=picocom
PKG_VERSION:=3.1
-PKG_RELEASE:=3
+PKG_RELEASE:=4
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://codeload.github.com/npat-efault/picocom/tar.gz/$(PKG_VERSION)?
PKG_HASH:=e6761ca932ffc6d09bd6b11ff018bdaf70b287ce518b3282d29e0270e88420bb
-PKG_MAINTAINER:=Rosen Penev <rosenp@gmail.com>
+PKG_MAINTAINER:=
PKG_LICENSE:=GPL-2.0-or-later
+PKG_LICENSE:=LICENSE.txt
include $(INCLUDE_DIR)/package.mk