Skip to content

Commit

Permalink
Fix license name and repo url
Browse files Browse the repository at this point in the history
  • Loading branch information
svpcom committed Sep 15, 2024
1 parent 5cff0bf commit ffd1763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/wfb-ng/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=wfb-ng
PKG_VERSION:=24.9.1
PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0
PKG_LICENSE:=GPL-3.0-only
PKG_LICENSE_FILES:=LICENSE

PKG_SOURCE_PROTO:=git
PKG_SOURCE_URL:=https://github.com/svpcom/wfb-ng
PKG_SOURCE_URL:=https://github.com/svpcom/wfb-ng.git
PKG_SOURCE_VERSION:=a41cd378e7e23dd094d6c50f26c4faa8e64e5954
PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME)-$(PKG_VERSION)

Expand Down

0 comments on commit ffd1763

Please sign in to comment.