mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 07:33:48 +02:00
vtable-dumper: fix license
This commit is contained in:
parent
9c1b897a42
commit
3a6687a8c5
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'vtable-dumper'
|
# Template file for 'vtable-dumper'
|
||||||
pkgname=vtable-dumper
|
pkgname=vtable-dumper
|
||||||
version=1.2
|
version=1.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
makedepends="elfutils-devel"
|
makedepends="elfutils-devel"
|
||||||
short_desc="Tool to list content of virtual tables in a shared library"
|
short_desc="Tool to list content of virtual tables in a shared library"
|
||||||
maintainer="meator <meator.dev@gmail.com>"
|
maintainer="meator <meator.dev@gmail.com>"
|
||||||
license="GPL-3.0-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://github.com/lvc/vtable-dumper"
|
homepage="https://github.com/lvc/vtable-dumper"
|
||||||
distfiles="https://github.com/lvc/vtable-dumper/archive/refs/tags/${version}.tar.gz"
|
distfiles="https://github.com/lvc/vtable-dumper/archive/refs/tags/${version}.tar.gz"
|
||||||
checksum=6993781b6a00936fc5f76dc0db4c410acb46b6d6e9836ddbe2e3c525c6dd1fd2
|
checksum=6993781b6a00936fc5f76dc0db4c410acb46b6d6e9836ddbe2e3c525c6dd1fd2
|
||||||
|
|
Loading…
Add table
Reference in a new issue