diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-31 21:18:26 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-11-20 10:27:28 +0000 |
commit | 9f31646d0efdad29e361a02b5a12ad15fbe2b176 (patch) | |
tree | 1b4390e235323b396c15f1b37259e6e83d09c70b | |
parent | 0f95d5269f6479dbb0063d41229cfc4ea2b1c589 (diff) | |
download | aports-9f31646d0efdad29e361a02b5a12ad15fbe2b176.tar.bz2 aports-9f31646d0efdad29e361a02b5a12ad15fbe2b176.tar.xz |
testing/apache2-mod-wsgi: update license tag
-rw-r--r-- | testing/apache2-mod-wsgi/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/apache2-mod-wsgi/APKBUILD b/testing/apache2-mod-wsgi/APKBUILD index 4670eb8c2d..3c3ffed89c 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" |