diff options
Diffstat (limited to 'nextcloud-api-wrapper/APKBUILD')
-rw-r--r-- | nextcloud-api-wrapper/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nextcloud-api-wrapper/APKBUILD b/nextcloud-api-wrapper/APKBUILD index 2e6672a..4b3bafe 100644 --- a/nextcloud-api-wrapper/APKBUILD +++ b/nextcloud-api-wrapper/APKBUILD @@ -6,7 +6,7 @@ pkgrel=0 pkgdesc="Python wrapper for NextCloud api" url="https://github.com/luffah/nextcloud-API" arch="noarch" -license="GPL3" +license="GPL-3.0" option="!check" #check requires docker depends="python3 py3-requests" makedepends="python3-dev py3-setuptools_scm" |