mirror of
https://github.com/coolsnowwolf/packages
synced 2025-01-07 07:07:02 +08:00
openwisp-monitoring: cleanup Makefile
The license identifier has a typo. Fix it. Use SPDX instead of license boilerplate. Signed-off-by: Nick Hainke <vincent@systemli.org>
This commit is contained in:
parent
ab62ff70cf
commit
3018553635
@ -1,14 +1,14 @@
|
||||
# openwisp.org
|
||||
# SPDX-Identifier-License: GPL-3.0-only
|
||||
#
|
||||
# This is free software, licensed under the GNU General Public License v3.
|
||||
# See /LICENSE for more information.
|
||||
# openwisp.org
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=openwisp-monitoring
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_MAINTAINER:=Federico Capoano <support@openwisp.io>
|
||||
PKG_LICENSE:=GPL3.0-or-later
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_LICENSE_FILES:=LICENSE
|
||||
|
||||
PKG_SOURCE_URL:=https://github.com/openwisp/openwrt-openwisp-monitoring.git
|
||||
|
Loading…
Reference in New Issue
Block a user