diff options
Diffstat (limited to 'main/wget/APKBUILD')
-rw-r--r-- | main/wget/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/wget/APKBUILD b/main/wget/APKBUILD index d544d41240..91026e47c0 100644 --- a/main/wget/APKBUILD +++ b/main/wget/APKBUILD @@ -7,7 +7,7 @@ pkgrel=1 pkgdesc="A network utility to retrieve files from the Web" url="https://www.gnu.org/software/wget/wget.html" arch="all" -license="GPL3+" +license="GPL-3.0-or-later" depends="" makedepends="libressl-dev perl" subpackages="$pkgname-doc" |