From 309c461e67a5e53de292951dd3eb3ec091560136 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Wed, 18 Sep 2024 22:06:07 -0400 Subject: [PATCH] ilot/py3-django-tenants: fix license --- ilot/py3-django-tenants/APKBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ilot/py3-django-tenants/APKBUILD b/ilot/py3-django-tenants/APKBUILD index 167cc81..a0c82f0 100644 --- a/ilot/py3-django-tenants/APKBUILD +++ b/ilot/py3-django-tenants/APKBUILD @@ -4,11 +4,11 @@ pkgname=py3-django-tenants #_pkgreal is used by apkbuild-pypi to find modules at PyPI _pkgreal=django-tenants pkgver=3.6.1 -pkgrel=2 +pkgrel=3 pkgdesc="Tenant support for Django using PostgreSQL schemas." url="https://pypi.python.org/project/django-tenants" arch="noarch" -license="KIT" +license="MIT" depends="py3-django py3-psycopg py3-gunicorn py3-coverage" checkdepends="python3-dev py3-pytest" makedepends="py3-setuptools py3-gpep517 py3-wheel"