diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-30 15:02:51 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 12:07:14 +0000 |
commit | 67fcd9bd85f3ce9970f9d57f94e4b5aa1a18f77c (patch) | |
tree | 9182aa81e8ec7d9f5460b7c3c250b13f736a5233 /main/atheme-iris | |
parent | 667de885870a1d6c4393a1c0a4acf16c85b3da9a (diff) | |
download | aports-67fcd9bd85f3ce9970f9d57f94e4b5aa1a18f77c.tar.bz2 aports-67fcd9bd85f3ce9970f9d57f94e4b5aa1a18f77c.tar.xz |
main/atheme-iris: specify license
Diffstat (limited to 'main/atheme-iris')
-rw-r--r-- | main/atheme-iris/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/atheme-iris/APKBUILD b/main/atheme-iris/APKBUILD index bc9e75cb5c..712d58d0ce 100644 --- a/main/atheme-iris/APKBUILD +++ b/main/atheme-iris/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Francesco Colista <francesco.colista@gmail.com> pkgname=atheme-iris pkgver=0_git20130321 -pkgrel=2 +pkgrel=3 pkgdesc="AJAX IRC client. It is a drop-in replacement for qwebirc." url="http://www.atheme.net/iris.html" arch="noarch" -license="GPL" +license="GPL2" depends="py-twisted py-twisted-names py-twisted-mail py-twisted-web \ py-twisted-words py-simplejson py-openssl py-zope-interface" depends_dev="" |