diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-07-29 01:07:55 +0000 |
---|---|---|
committer | Stan Grishin <stangri@melmac.ca> | 2024-07-29 01:30:00 +0000 |
commit | 9c836d14734f069421a459a63436d07cc91dd760 (patch) | |
tree | 1dd73924ef16e312416e20a53e0ba80fa1a88a05 /applications/luci-app-https-dns-proxy/Makefile | |
parent | 975b5d3ad668bbb31f342a22de3e6f1b89ef7b1e (diff) |
luci-app-https-dns-proxy: bugfix: OpenDNS family filter URL update
* bugfix: update OpenDNS family filter URL
* update copyright/license
* update PKG_RELEASE to avoid double `r` on snapshots
* add LUCI_URL to upstream repository
* update README URL to upstream documentation
* update pkg.URL property to allow linking to a specific version of README
* remove duplicates of pkg object from overview.js/status include js files
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'applications/luci-app-https-dns-proxy/Makefile')
-rw-r--r-- | applications/luci-app-https-dns-proxy/Makefile | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index f546806849..9ca8811899 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -1,15 +1,16 @@ -# Copyright 2017-2018 Stan Grishin (stangri@melmac.ca) -# This is free software, licensed under the GNU General Public License v3. +# Copyright 2017-2024 MOSSDeF, Stan Grishin (stangri@melmac.ca). +# This is free software, licensed under AGPL-3.0-or-later. include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-https-dns-proxy -PKG_LICENSE:=GPL-3.0-or-later +PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> PKG_VERSION:=2023.11.19 -PKG_RELEASE:=r3 +PKG_RELEASE:=4 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI +LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/ LUCI_DESCRIPTION:=Provides Web UI for DNS Over HTTPS Proxy LUCI_DEPENDS:=+luci-base +https-dns-proxy |