aboutsummaryrefslogtreecommitdiffstats
path: root/testing
diff options
context:
space:
mode:
authorFabian Affolter <fabian@affolter-engineering.ch>2013-10-31 21:18:26 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2013-11-20 10:27:28 +0000
commit9f31646d0efdad29e361a02b5a12ad15fbe2b176 (patch)
tree1b4390e235323b396c15f1b37259e6e83d09c70b /testing
parent0f95d5269f6479dbb0063d41229cfc4ea2b1c589 (diff)
testing/apache2-mod-wsgi: update license tag
Diffstat (limited to 'testing')
-rw-r--r--testing/apache2-mod-wsgi/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/apache2-mod-wsgi/APKBUILD b/testing/apache2-mod-wsgi/APKBUILD
index 4670eb8c2de..3c3ffed89c3 100644
--- a/testing/apache2-mod-wsgi/APKBUILD
+++ b/testing/apache2-mod-wsgi/APKBUILD
@@ -1,13 +1,13 @@
# Contributor: Matt Smith <mcs@darkregion.net>
-# Maintainer: Matt Smith <mcs@darkregion.net>
+# Maintainer: Matt Smith <mcs@darkregion.net>
pkgname=apache2-mod-wsgi
_realname=mod_wsgi
pkgver=3.4
-pkgrel=0
+pkgrel=1
pkgdesc="Python WSGI Module for Apache2"
url="http://code.google.com/p/modwsgi/"
arch="all"
-license="APACHE"
+license="ASL 2.0"
depends="apache2 python"
depends_dev=
makedepends="$depends_dev apache2-dev python-dev"