diff options
| author | Christian Schoenebeck | 2018-07-30 19:31:41 +0000 |
|---|---|---|
| committer | John Crispin | 2018-07-30 22:01:56 +0000 |
| commit | 93782d5e8e49931377dc69c654baf50ea7014870 (patch) | |
| tree | 9058145f1a8ac545ef187d7dabc5d3eaa6e99ada | |
| parent | ce234299bc1b82a24384ae29277f04fd0eaabf08 (diff) | |
| download | openwrt-93782d5e8e49931377dc69c654baf50ea7014870.tar.gz | |
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 537cf2f4e9..5ee7a3528c 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 |