diff options
author | Stan Grishin <stangri@melmac.ca> | 2024-05-03 00:14:48 +0000 |
---|---|---|
committer | Paul Donald <newtwen+github@gmail.com> | 2024-06-16 23:34:00 +0200 |
commit | 5a8917b149c9a248a6b5647e74761f7cc8c2a5c8 (patch) | |
tree | 91b4efe9a286b989a5f3196c3fd40a8468478762 /protocols/luci-proto-nebula | |
parent | 8860ca069c04e3dbd3f107f1526f2901f1085902 (diff) |
luci-proto-nebula: drop maintainership
* update license
* improve package's presence in make menuconfig
* drop maintainership
Signed-off-by: Stan Grishin <stangri@melmac.ca>
Diffstat (limited to 'protocols/luci-proto-nebula')
-rw-r--r-- | protocols/luci-proto-nebula/Makefile | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/protocols/luci-proto-nebula/Makefile b/protocols/luci-proto-nebula/Makefile index 9395f5811c..bbb75b9818 100644 --- a/protocols/luci-proto-nebula/Makefile +++ b/protocols/luci-proto-nebula/Makefile @@ -1,16 +1,25 @@ -# Copyright 2021 Stan Grishin (stangri@melmac.ca) -# This is free software, licensed under the GNU General Public License v3. +# Copyright 2021-2024 MOSSDeF, Stan Grishin (stangri@melmac.ca). +# This is free software, licensed under AGPL-3.0-or-later. include $(TOPDIR)/rules.mk -PKG_LICENSE:=GPL-3.0-or-later -PKG_MAINTAINER:=Stan Grishin <stangri@melmac.ca> -PKG_VERSION:=1.8.2-r2 +PKG_NAME:=luci-proto-nebula +PKG_LICENSE:=AGPL-3.0-or-later +PKG_MAINTAINER:= +PKG_VERSION:=1.8.2 +PKG_RELEASE:=2 LUCI_TITLE:=Support for Nebula LUCI_DESCRIPTION:=Provides Web UI for Nebula protocol/interface. LUCI_DEPENDS:=+nebula +nebula-proto -LUCI_PKGARCH:=all + +define Package/$(PKG_NAME)/config +# shown in make menuconfig <Help> +help + $(LUCI_TITLE) + . + Version: $(PKG_VERSION)-$(PKG_RELEASE) +endef include ../../luci.mk |