diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-30 12:22:27 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 12:07:12 +0000 |
commit | 7e58002839b749d1c79e830097c6ac54a5672dc6 (patch) | |
tree | 0cfb0b82aea4718e03a936892b477740722eedac /main/apache2 | |
parent | 8d4c35bc94bbf4e62bd96ee97aca4eff8ec3a54d (diff) | |
download | aports-7e58002839b749d1c79e830097c6ac54a5672dc6.tar.bz2 aports-7e58002839b749d1c79e830097c6ac54a5672dc6.tar.xz |
main/apache2: specify license
Diffstat (limited to 'main/apache2')
-rw-r--r-- | main/apache2/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/apache2/APKBUILD b/main/apache2/APKBUILD index 014922b05..8a6e1f9ab 100644 --- a/main/apache2/APKBUILD +++ b/main/apache2/APKBUILD @@ -1,11 +1,11 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=apache2 pkgver=2.4.6 -pkgrel=3 +pkgrel=4 pkgdesc="A high performance Unix-based HTTP server" url="http://httpd.apache.org/" arch="all" -license="APACHE" +license="ASL 2.0" depends="" install="$pkgname.pre-upgrade" pkgusers="apache" |