diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-01 07:44:54 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-01 07:49:42 +0000 |
commit | 10e3634ab0692ee361c2429a029685eef11b6691 (patch) | |
tree | 0e0cbcffb25f6c9dbbdf0b922e4b8272ffa8e490 /testing | |
parent | 2439743cda09cc16b3f5b9f0e14c2514ad6b622a (diff) | |
download | aports-10e3634ab0692ee361c2429a029685eef11b6691.tar.bz2 aports-10e3634ab0692ee361c2429a029685eef11b6691.tar.xz |
testing/py-django-filter: update license
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-django-filter/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-django-filter/APKBUILD b/testing/py-django-filter/APKBUILD index 286ec920bc..5991c35fcc 100644 --- a/testing/py-django-filter/APKBUILD +++ b/testing/py-django-filter/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="Generic system for filtering Django QuerySets based on user selections" url="https://github.com/carltongibson/django-filter" arch="noarch" -license="Custom" +license="BSD-3-Clause" depends="py-django" makedepends="python2-dev python3-dev py2-setuptools" #checkdepends="py-tz py-django-rest-framework py-mock py-django-crispy-forms" |