diff options
author | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-20 13:16:00 +0100 |
---|---|---|
committer | Jakub Jirutka <jakub@jirutka.cz> | 2018-01-20 13:16:00 +0100 |
commit | 414b01bace8efebfaf3c181d329a070ec089c704 (patch) | |
tree | 6184bed1c0b25979f867af4945dceb4bfb2c7f6b /community/nextcloud | |
parent | a531a8e8e576210456d2b53134077892d66a6b8b (diff) | |
download | aports-414b01bace8efebfaf3c181d329a070ec089c704.tar.bz2 aports-414b01bace8efebfaf3c181d329a070ec089c704.tar.xz |
community/nextcloud: clarify license
Diffstat (limited to 'community/nextcloud')
-rw-r--r-- | community/nextcloud/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/nextcloud/APKBUILD b/community/nextcloud/APKBUILD index 6507860817..bec9c3439a 100644 --- a/community/nextcloud/APKBUILD +++ b/community/nextcloud/APKBUILD @@ -7,7 +7,7 @@ pkgrel=0 pkgdesc="A safe home for all your data" url="http://nextcloud.com" arch="noarch" -license="AGPL" +license="AGPL-3.0-only" _php=php7 _php_mods="-ctype -curl -dom -gd -fileinfo -iconv -json -mbstring -openssl -posix -session -simplexml -xml -xmlreader -xmlwriter -zlib -zip" |