aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Jirutka <jakub@jirutka.cz>2017-12-30 18:15:03 +0100
committerJakub Jirutka <jakub@jirutka.cz>2017-12-30 18:15:03 +0100
commit5bca7d4880028b18028b0b5dbcd20c32f145d67e (patch)
tree8d488ce2516a9b1f556a8f00c6cd682fb2653fe7
parent43d141449225bee8ae42efbbb9056c89e1132e84 (diff)
downloadaports-5bca7d4880028b18028b0b5dbcd20c32f145d67e.tar.bz2
aports-5bca7d4880028b18028b0b5dbcd20c32f145d67e.tar.xz
community/milter-greylist: fix wrong license
It doesn't look like it has been ever licensed under GPL... http://hcpnet.free.fr/milter-greylist/#license
-rw-r--r--community/milter-greylist/APKBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/community/milter-greylist/APKBUILD b/community/milter-greylist/APKBUILD
index d42ea707bb..4a7d58b07d 100644
--- a/community/milter-greylist/APKBUILD
+++ b/community/milter-greylist/APKBUILD
@@ -2,11 +2,11 @@
# Maintainer: Leonardo Arena <rnalrd@alpinelinux.org>
pkgname=milter-greylist
pkgver=4.6.2
-pkgrel=1
+pkgrel=2
pkgdesc="Stand-alone milter written in C that implements the greylist filtering method"
url="http://hcpnet.free.fr/milter-greylist"
arch="all"
-license="GPL"
+license="BSD-3-Clause"
depends=
depends_dev=
makedepends="$depends_dev bison flex geoip-dev libmilter-dev libspf2-dev"