qxmpp: fix license (LGPL-2.1)
This commit is contained in:
parent
f786f81af8
commit
60ab488c72
|
@ -1,13 +1,13 @@
|
|||
# Template file for 'qxmpp'
|
||||
pkgname=qxmpp
|
||||
version=0.9.3
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=qmake
|
||||
hostmakedepends="pkg-config"
|
||||
makedepends="qt5-devel"
|
||||
short_desc="Cross-platform C++ XMPP client and server library"
|
||||
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"
|
||||
license="GPL-3"
|
||||
license="LGPL-2.1"
|
||||
homepage="https://github.com/qxmpp-project/qxmpp/"
|
||||
distfiles="https://github.com/qxmpp-project/qxmpp/archive/v${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
||||
checksum=13f5162a1df720702c6ae15a476a4cb8ea3e57d861a992c4de9147909765e6de
|
||||
|
|
Loading…
Reference in New Issue