diff options
author | Hannu Nyman <hannu.nyman@iki.fi> | 2018-08-01 19:44:24 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-01 19:44:24 +0300 |
commit | f4af069865c9e3628a1c94cf24478f8a15a2682e (patch) | |
tree | 2867d02862f1dc36726f0403572c64a802ba71fe | |
parent | b8dbbaee459b383e63c2bc731df3c32f572a554b (diff) | |
parent | 80534132aa891839d741d5c64fc02359f3684a70 (diff) |
Merge pull request #2017 from chris5560/master-ddns
luci-app-ddns: remove myself as PKG_MAINTAINER
-rw-r--r-- | applications/luci-app-ddns/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/applications/luci-app-ddns/Makefile b/applications/luci-app-ddns/Makefile index 729518951..195e08131 100644 --- a/applications/luci-app-ddns/Makefile +++ b/applications/luci-app-ddns/Makefile @@ -19,8 +19,7 @@ PKG_VERSION:=2.4.9 PKG_RELEASE:=5 PKG_LICENSE:=Apache-2.0 -PKG_MAINTAINER:=Christian Schoenebeck <christian.schoenebeck@gmail.com>, \ - Ansuel Smith <ansuelsmth@gmail.com> +PKG_MAINTAINER:=Ansuel Smith <ansuelsmth@gmail.com> # LuCI specific settings LUCI_TITLE:=LuCI Support for Dynamic DNS Client (ddns-scripts) |