From e48ab2695aa6dc6d8fd871b6d1a4c9933abe31b6 Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Sun, 14 Feb 2021 09:39:38 +0100 Subject: [PATCH] nebula: cosmetic moving of PKG_MAINTAINER to different place Signed-off-by: Josef Schlehofer --- net/nebula/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/net/nebula/Makefile b/net/nebula/Makefile index b6de84df5..ebb4b9f42 100644 --- a/net/nebula/Makefile +++ b/net/nebula/Makefile @@ -6,11 +6,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=nebula PKG_VERSION:=1.3.0 PKG_RELEASE:=1 -PKG_MAINTAINER:=Stan Grishin PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/slackhq/nebula/tar.gz/v$(PKG_VERSION)? PKG_HASH:=b94fba0251a4a436e25b127d0b9bc0181b991631f1dc8e344b1c8e895b55375d + +PKG_MAINTAINER:=Stan Grishin PKG_LICENSE:=MIT PKG_LICENSE_FILES:=LICENSE