diff options
author | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-10-01 13:51:40 +0000 |
---|---|---|
committer | Gabriel Arakaki Giovanini <mail@gabrielgio.me> | 2022-10-01 13:51:40 +0000 |
commit | 4f75464394774d20fd5ae47ee8610b9427239155 (patch) | |
tree | 919634d35518c86cf2b8bd531ee510a2dce584c9 /nextcloud-api-wrapper/APKBUILD | |
parent | 567750860709b07eb7a1b3d37c902ba3eae45469 (diff) | |
download | apkbuilds-4f75464394774d20fd5ae47ee8610b9427239155.tar.gz apkbuilds-4f75464394774d20fd5ae47ee8610b9427239155.tar.bz2 apkbuilds-4f75464394774d20fd5ae47ee8610b9427239155.zip |
feat: Add reddit-nextcloud-importer
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" |