diff options
Diffstat (limited to 'testing/websockify/APKBUILD')
-rw-r--r-- | testing/websockify/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/websockify/APKBUILD b/testing/websockify/APKBUILD index 29dd2a53b66..e65bac5ddc2 100644 --- a/testing/websockify/APKBUILD +++ b/testing/websockify/APKBUILD @@ -6,7 +6,7 @@ pkgrel=1 pkgdesc="WebSockets support for any application/server" url="https://github.com/kanaka/websockify" arch="noarch" -license="LGPLv3" +license="LGPL-3.0" depends="py2-$pkgname=$pkgver-r$pkgrel py-setuptools py2-numpy" makedepends="python2-dev" subpackages="py2-$pkgname:py2" |