[openwrt/openwrt] tools/dwarves: add myself as PKG_MAINTAINER
LEDE Commits
lede-commits at lists.infradead.org
Mon Apr 15 03:44:02 PDT 2024
nick pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/20c0dfb8e19cd1259f8704b8b7ab5d86bda36568
commit 20c0dfb8e19cd1259f8704b8b7ab5d86bda36568
Author: Tony Ambardar <itugrok at yahoo.com>
AuthorDate: Tue Mar 5 00:28:48 2024 -0800
tools/dwarves: add myself as PKG_MAINTAINER
Missed setting this when first adding package.
Signed-off-by: Tony Ambardar <itugrok at yahoo.com>
---
tools/dwarves/Makefile | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/dwarves/Makefile b/tools/dwarves/Makefile
index 8d72536b42..16dc765f58 100644
--- a/tools/dwarves/Makefile
+++ b/tools/dwarves/Makefile
@@ -10,6 +10,7 @@ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2
PKG_SOURCE_URL:=https://fedorapeople.org/~acme/dwarves/
PKG_HASH:=1d8c9a1c2d42e06cc121a70a39c4f621fd28f15c476ed1b7c7b226f41fdd32df
+PKG_MAINTAINER:=Tony Ambardar <itugrok at yahoo.com>
PKG_LICENSE:=GPL-2.0-only
PKG_LICENSE_FILES:=COPYING
More information about the lede-commits
mailing list