diff options
author | Christian Schoenebeck <christian.schoenebeck@gmail.com> | 2018-07-30 21:31:41 +0200 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2018-07-31 00:01:56 +0200 |
commit | 93782d5e8e49931377dc69c654baf50ea7014870 (patch) | |
tree | 9058145f1a8ac545ef187d7dabc5d3eaa6e99ada | |
parent | ce234299bc1b82a24384ae29277f04fd0eaabf08 (diff) | |
download | mtk-20170518-93782d5e8e49931377dc69c654baf50ea7014870.zip mtk-20170518-93782d5e8e49931377dc69c654baf50ea7014870.tar.gz mtk-20170518-93782d5e8e49931377dc69c654baf50ea7014870.tar.bz2 |
ca-certificates[18.06]]: remove myself as PKG_MAINTAINER
remove myself as PKG_MAINTAINER
Signed-off-by: Christian Schoenebeck <christian.schoenebeck@gmail.com>
-rw-r--r-- | package/system/ca-certificates/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/system/ca-certificates/Makefile b/package/system/ca-certificates/Makefile index 537cf2f..5ee7a35 100644 --- a/package/system/ca-certificates/Makefile +++ b/package/system/ca-certificates/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=ca-certificates PKG_VERSION:=20180409 -PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> +PKG_MAINTAINER:= PKG_SOURCE:=$(PKG_NAME)_$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=http://ftp.debian.org/debian/pool/main/c/ca-certificates |