uthash: add plain text license instead of html
This commit is contained in:
parent
45890d5147
commit
8e5745de7f
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'uthash'
|
||||
pkgname=uthash
|
||||
version=1.9.9
|
||||
revision=1
|
||||
revision=2
|
||||
short_desc="A hash table for C structures"
|
||||
maintainer="Diogo Leal <diogo@diogoleal.com>"
|
||||
license="BSD"
|
||||
|
@ -19,5 +19,5 @@ do_install() {
|
|||
vdoc doc/utarray.txt
|
||||
vdoc doc/utlist.txt
|
||||
vdoc doc/utstring.txt
|
||||
vlicense doc/license.html
|
||||
vlicense LICENSE
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue