aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-10-30 15:02:51 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-10-31 12:07:14 +0000
commit67fcd9bd85f3ce9970f9d57f94e4b5aa1a18f77c (patch)
tree9182aa81e8ec7d9f5460b7c3c250b13f736a5233
parent667de885870a1d6c4393a1c0a4acf16c85b3da9a (diff)
downloadalpine_aports-67fcd9bd85f3ce9970f9d57f94e4b5aa1a18f77c.tar.bz2
alpine_aports-67fcd9bd85f3ce9970f9d57f94e4b5aa1a18f77c.tar.xz
alpine_aports-67fcd9bd85f3ce9970f9d57f94e4b5aa1a18f77c.zip
main/atheme-iris: specify license
-rw-r--r--main/atheme-iris/APKBUILD4
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 @@
2# Maintainer: Francesco Colista <francesco.colista@gmail.com> 2# Maintainer: Francesco Colista <francesco.colista@gmail.com>
3pkgname=atheme-iris 3pkgname=atheme-iris
4pkgver=0_git20130321 4pkgver=0_git20130321
5pkgrel=2 5pkgrel=3
6pkgdesc="AJAX IRC client. It is a drop-in replacement for qwebirc." 6pkgdesc="AJAX IRC client. It is a drop-in replacement for qwebirc."
7url="http://www.atheme.net/iris.html" 7url="http://www.atheme.net/iris.html"
8arch="noarch" 8arch="noarch"
9license="GPL" 9license="GPL2"
10depends="py-twisted py-twisted-names py-twisted-mail py-twisted-web \ 10depends="py-twisted py-twisted-names py-twisted-mail py-twisted-web \
11 py-twisted-words py-simplejson py-openssl py-zope-interface" 11 py-twisted-words py-simplejson py-openssl py-zope-interface"
12depends_dev="" 12depends_dev=""