Skip to content

Commit

Permalink
luci-proto-nebula: drop maintainership
Browse files Browse the repository at this point in the history
* update license
* improve package's presence in make menuconfig
* drop maintainership

Signed-off-by: Stan Grishin <[email protected]>
  • Loading branch information
stangri authored and systemcrash committed Jun 16, 2024
1 parent 8860ca0 commit 5a8917b
Showing 1 changed file with 15 additions and 6 deletions.
21 changes: 15 additions & 6 deletions protocols/luci-proto-nebula/Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,25 @@
# Copyright 2021 Stan Grishin ([email protected])
# This is free software, licensed under the GNU General Public License v3.
# Copyright 2021-2024 MOSSDeF, Stan Grishin ([email protected]).
# 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 <[email protected]>
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

Expand Down

0 comments on commit 5a8917b

Please sign in to comment.