diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2013-10-30 12:27:13 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-10-31 12:07:12 +0000 |
commit | 57ebc354a05f065c8de07eaf7dbebffe6e298421 (patch) | |
tree | aacbac49a383cdcccb8a1e606b10f3be27073e45 /main/apache-mod-auth-ntlm-winbind | |
parent | ae380974c20d60217bedada8747089dbc1409609 (diff) | |
download | aports-57ebc354a05f065c8de07eaf7dbebffe6e298421.tar.bz2 aports-57ebc354a05f065c8de07eaf7dbebffe6e298421.tar.xz |
main/apache-mod-auth-ntlm-winbind: specify license
Diffstat (limited to 'main/apache-mod-auth-ntlm-winbind')
-rw-r--r-- | main/apache-mod-auth-ntlm-winbind/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/apache-mod-auth-ntlm-winbind/APKBUILD b/main/apache-mod-auth-ntlm-winbind/APKBUILD index 162b4e2e57..b35eb3fa7d 100644 --- a/main/apache-mod-auth-ntlm-winbind/APKBUILD +++ b/main/apache-mod-auth-ntlm-winbind/APKBUILD @@ -2,11 +2,11 @@ # Maintainer: Natanael Copa <natanael.copa@gmail.com> pkgname=apache-mod-auth-ntlm-winbind pkgver=0.1 -pkgrel=4 +pkgrel=5 pkgdesc="Authentication module for Apache using NTLM protocol with winbind helper" url="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/" arch="all" -license="Apache2" +license="ASL 2.0" depends="apache2 samba winbind" makedepends="autoconf apache2-dev apr-util-dev apr-dev" source="http://samba.org/ftp/unpacked/lorikeet/mod_auth_ntlm_winbind/mod_auth_ntlm_winbind.c |