uthash: add plain text license instead of html

This commit is contained in:
Duncaen 2015-11-22 21:30:57 +01:00
parent 45890d5147
commit 8e5745de7f

View file

@ -1,7 +1,7 @@
# Template file for 'uthash' # Template file for 'uthash'
pkgname=uthash pkgname=uthash
version=1.9.9 version=1.9.9
revision=1 revision=2
short_desc="A hash table for C structures" short_desc="A hash table for C structures"
maintainer="Diogo Leal <diogo@diogoleal.com>" maintainer="Diogo Leal <diogo@diogoleal.com>"
license="BSD" license="BSD"
@ -19,5 +19,5 @@ do_install() {
vdoc doc/utarray.txt vdoc doc/utarray.txt
vdoc doc/utlist.txt vdoc doc/utlist.txt
vdoc doc/utstring.txt vdoc doc/utstring.txt
vlicense doc/license.html vlicense LICENSE
} }