diff options
author | Tony Ambardar <itugrok@yahoo.com> | 2024-03-05 00:28:48 -0800 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2024-04-15 12:43:37 +0200 |
commit | 20c0dfb8e19cd1259f8704b8b7ab5d86bda36568 (patch) | |
tree | b7ff635a4c34bb49c054be5c2bd5fd571b1d4b5b /tools | |
parent | 93d75f8401c9aec2fcfb15775243d295e230b2a8 (diff) |
tools/dwarves: add myself as PKG_MAINTAINER
Missed setting this when first adding package.
Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/dwarves/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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@yahoo.com> PKG_LICENSE:=GPL-2.0-only PKG_LICENSE_FILES:=COPYING |