diff options
Diffstat (limited to 'main/mosh/APKBUILD')
-rw-r--r-- | main/mosh/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/mosh/APKBUILD b/main/mosh/APKBUILD index cd7e4d1659..dd3ff9a569 100644 --- a/main/mosh/APKBUILD +++ b/main/mosh/APKBUILD @@ -6,7 +6,7 @@ pkgrel=4 pkgdesc="Mobile shell surviving disconnects with local echo and line editing" url="https://mosh.org" arch="all" -license="GPL3+" +license="GPL-3.0-or-later" depends="$pkgname-client $pkgname-server" checkdepends="tmux perl" makedepends="ncurses-dev zlib-dev libressl-dev perl-dev perl-io-tty |