diff options
Diffstat (limited to 'community/kiwiirc/APKBUILD')
-rw-r--r-- | community/kiwiirc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/kiwiirc/APKBUILD b/community/kiwiirc/APKBUILD index 3b76ff5aad..f5fef4532d 100644 --- a/community/kiwiirc/APKBUILD +++ b/community/kiwiirc/APKBUILD @@ -7,7 +7,7 @@ pkgrel=2 pkgdesc="A hand-crafted webirc client" url="https://www.kiwiirc.com/" arch="noarch" -license="AGPL3" +license="AGPL-3.0" depends="nodejs>=0.10.0" makedepends="nodejs nodejs-npm" install="$pkgname.pre-install" |