diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-08-01 19:44:00 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 19:44:00 +0300 |
commit | b8dbbaee459b383e63c2bc731df3c32f572a554b (patch) | |
tree | 092174fca08459101e5f2f67fc8126d122ecfe47 /applications | |
parent | 176e24699822bb50899f5828d0ace1c37d095ff8 (diff) | |
parent | 7b67538224dda1ad0c4d86bddc58813ae927b75d (diff) |
Merge pull request #2015 from chris5560/master
luci-app-radicale: remove myself as PKG_MAINTAINER
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-app-radicale/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-radicale/Makefile b/applications/luci-app-radicale/Makefile index 2b969ace5..87180e77d 100644 --- a/applications/luci-app-radicale/Makefile +++ b/applications/luci-app-radicale/Makefile @@ -14,10 +14,10 @@ PKG_VERSION:=1.1.0 # Release == build # increase on changes of translation files -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com> +PKG_MAINTAINER:= # LuCI specific settings LUCI_TITLE:=LuCI Support for Radicale CardDAV/CalDAV |